Skip to content

完善小学期授课内容、评价标准等细节说明 #31

完善小学期授课内容、评价标准等细节说明

完善小学期授课内容、评价标准等细节说明 #31

Workflow file for this run

name: Github Pages Deployment
on:
push:
branches:
- master
# Reference: https://github.com/marketplace/actions/deploy-mkdocs
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Deploy to GitHub Pages
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REQUIREMENTS: requirements.txt