Skip to content

Commit ca6f4c5

Browse files
committed
stating action fixes
1 parent 7cfdfed commit ca6f4c5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/staging.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
npm install
2626
npm run build
2727
- uses: peaceiris/actions-gh-pages@v4
28-
env:
29-
ACTIONS_DEPLOY_KEY: ${{ secrets.ACCESS_TOKEN }}
30-
PUBLISH_BRANCH: gh-pages
31-
PUBLISH_DIR: ./public
28+
with:
29+
github_token: ${{ secrets.GITHUB_TOKEN }}
30+
publish_dir: ./public

0 commit comments

Comments
 (0)