Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EliHei2 authored Sep 12, 2024
1 parent d996d38 commit 721b468
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:

- name: Deploy to GitHub Pages
run: |
mkdocs gh-deploy --force
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
mkdocs gh-deploy --force --remote-name origin
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 721b468

Please sign in to comment.