Skip to content

更新 Linux Wiki、新增网络空间安全综合实践教学计划 #40

更新 Linux Wiki、新增网络空间安全综合实践教学计划

更新 Linux Wiki、新增网络空间安全综合实践教学计划 #40

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