Skip to content

Commit

Permalink
add plugins for mkdocs features (#1650)
Browse files Browse the repository at this point in the history
  • Loading branch information
River-Mochi authored Apr 7, 2023
1 parent 8c90d3d commit da52357
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v4

- run: pip install --upgrade pip && pip install mkdocs mkdocs-gen-files
- run: |
pip install --upgrade pip &&
pip install mkdocs mkdocs-gen-files pymdown-extensions \
mkdocs-git-revision-date-plugin mkdocs-autolinks-plugin \
mkdocs-awesome-pages-plugin
- run: git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
- name: Publish docs
run: mkdocs gh-deploy
run: mkdocs gh-deploy

0 comments on commit da52357

Please sign in to comment.