update doc #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# From https://github.com/zjp-CN/mdbook-template | |
# Simple workflow for deploying static content to GitHub Pages | |
name: Deploy mdBook | |
on: | |
# Runs on pushes targeting the default branch | |
push: | |
branches: ["main"] | |
workflow_run: | |
workflows: ["Mdbook build"] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: cd into doc dir | |
run: cd doc | |
- uses: XAMPPRocky/[email protected] | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} |