Skip to content

Merge branch 'main' of https://github.com/zehengl/yyc-library-review #65

Merge branch 'main' of https://github.com/zehengl/yyc-library-review

Merge branch 'main' of https://github.com/zehengl/yyc-library-review #65

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
- run: pip install -r requirements-docs.txt
- run: mkdocs gh-deploy --force