Skip to content

fix: stray comma breaking jq #4

fix: stray comma breaking jq

fix: stray comma breaking jq #4

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
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}