Skip to content

chore: add GHA automation for render #1

chore: add GHA automation for render

chore: add GHA automation for render #1

Workflow file for this run

name: Render site
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
render:
# Prepares the 'bazelversion' axis of the test matrix
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Generate
run: ./scripts/generate_ghpages.sh
env:
- OUTPUT_ROOT: ./public

Check failure on line 22 in .github/workflows/render.yml

View workflow run for this annotation

GitHub Actions / Render site

Invalid workflow file

The workflow is not valid. .github/workflows/render.yml (Line: 22, Col: 11): A sequence was not expected
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}