Skip to content

Commit

Permalink
fix gh-pages-update action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Dec 1, 2024
1 parent 645ffd5 commit 5cc7abc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/gh-pages-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
run: >
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
npx gh-pages --add --dist . --src "Extensions/dist/"
npx gh-pages
-u "github-actions-bot <[email protected]>"
--add
--dist .
--src "Extensions/dist/"
--message 'Update Extensions/dist/'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5cc7abc

Please sign in to comment.