Skip to content

Merge pull request #16 from YanhuiJessica/dependabot/pip/jinja2-3.1.3 #89

Merge pull request #16 from YanhuiJessica/dependabot/pip/jinja2-3.1.3

Merge pull request #16 from YanhuiJessica/dependabot/pip/jinja2-3.1.3 #89

Workflow file for this run

name: Github Pages Deployment
on:
push:
branches:
- master
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.11
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force