Skip to content

homework: rework interpreter and improve description of semantic anal… #92

homework: rework interpreter and improve description of semantic anal…

homework: rework interpreter and improve description of semantic anal… #92

Workflow file for this run

name: GitHub Preview
on:
# push on master branch
push:
branches: [master]
# triggered manually
workflow_dispatch:
jobs:
gfm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: cagix/pandoc-lecture-zen@master
with:
mktarget: gfm
pandoc_data: .pandoc
metadata: cb.yaml
publish_dir: _gfm
- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _gfm
publish_branch: _w25 ## TODO (semester branch)
force_orphan: true
commit_message: ${{ github.event.head_commit.message }}