Skip to content

添加 线性代数试卷 和 机械实验报告 #81

添加 线性代数试卷 和 机械实验报告

添加 线性代数试卷 和 机械实验报告 #81

Workflow file for this run

name: Deploy MkDocs
on:
push:
branches: [ main ]
permissions: write-all
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@main
- name: Setup Python
uses: actions/setup-python@main
with:
python-version: '3.x'
- name: Update dir
run: python ./update_dir.py
- name: Deploy docs to GitHub Pages
uses: H-Sofie/mkdocs-deploy-with-material-theme@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}