Skip to content

Commit

Permalink
chore(github): switch back to last working version for now
Browse files Browse the repository at this point in the history
See mhausenblas/mkdocs-deploy-gh-pages#183 for more information.
  • Loading branch information
pascaliske committed Jun 27, 2022
1 parent 8ba6c5a commit 46fca3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
for file in cluster/**/**/**/README.md; do mkdir -p docs/$(dirname $file) && cp $file docs/$(dirname $file)/index.md; done
# deploy docs
- uses: mhausenblas/mkdocs-deploy-gh-pages@master
- uses: mhausenblas/mkdocs-deploy-gh-pages@1.24
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 46fca3b

Please sign in to comment.