Skip to content

chapter2 图片描述居中,部分错误显示修正 #28

chapter2 图片描述居中,部分错误显示修正

chapter2 图片描述居中,部分错误显示修正 #28

Workflow file for this run

name: Deploy to Github Pages
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material
- run: pip install mkdocs-glightbox
- run: pip install mkdocs-jupyter
- run: mkdocs gh-deploy --force