Skip to content

Commit

Permalink
更新了一下GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xestray committed Feb 3, 2025
1 parent 66eb634 commit fdd6a98
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gh-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- run: pip install mkdocs-mermaid2-plugin
- run: pip3 install mdx_truly_sane_lists
- run: git clone https://github.com/TonyCrane/mkdocs-toolchain.git
- run: cd mkdocs-toolchain/mkdocs-toc-plugin
- run: ls
- run: ls
- run: cd ./mkdocs-toolchain/
- run: ls
- run: cd ./mkdocs-toc-plugin
- run: pip install .
- run: mkdocs gh-deploy --force

0 comments on commit fdd6a98

Please sign in to comment.