Skip to content

[COURSE] Add PKU compiler practice course (#594) #317

[COURSE] Add PKU compiler practice course (#594)

[COURSE] Add PKU compiler practice course (#594) #317

Workflow file for this run

name: ci
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip3 install -U -r requirements.txt
- run: mkdocs gh-deploy --force