Skip to content

Commit

Permalink
Update mkdocs-deploy.yml
Browse files Browse the repository at this point in the history
Try 3 to get it going.
  • Loading branch information
TimoCodez authored Jul 25, 2024
1 parent 14b878b commit 9949cbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mkdocs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ jobs:
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: git config --global user.name "GitHub Actions"
- run: git config --global user.email "github-actions@github.com"
- run: mkdocs gh-deploy --force
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 9949cbe

Please sign in to comment.