Skip to content

Commit

Permalink
Use specific commit of mkdocs action. (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
runningcode authored May 13, 2020
1 parent 369a722 commit a198f77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v1

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@1.11
uses: mhausenblas/mkdocs-deploy-gh-pages@fac2eec84aaa3d3de08f0eeb835b1b3f0dfbaa60
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}

9 changes: 4 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Markdown>=3.2.2
mkdocs>=1.1.1
mkdocs-material>=5.1.6
mkdocs-markdownextradata-plugin>=0.1.5
pymdown-extensions>=7.1
mkdocs
mkdocs-material>=5.1.0
mkdocs-markdownextradata-plugin
pymdown-extensions>=7.0

0 comments on commit a198f77

Please sign in to comment.