Skip to content

Commit

Permalink
fix gh-pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Dec 1, 2024
1 parent 0c7b27e commit 03a6561
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:

- name: Push changes to gh-pages
run: >
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
npx gh-pages
-u "github-actions-bot <[email protected]>"
--add
Expand Down

0 comments on commit 03a6561

Please sign in to comment.