Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Update docs deploy to use a newer GH action (#291)
Browse files Browse the repository at this point in the history
The newer version of the action should deploy with a newer version of mkdocs-material, which should support the color scheme change in #290
  • Loading branch information
ZoteTheMighty committed Dec 18, 2020
1 parent a5a2ac6 commit f6dd2b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Expand Up @@ -14,6 +14,6 @@ jobs:
uses: actions/checkout@v2

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

0 comments on commit f6dd2b2

Please sign in to comment.