Skip to content

Commit

Permalink
github actions改用 JamesIves/github-pages-deploy-action@v4 脚本部署
Browse files Browse the repository at this point in the history
  • Loading branch information
xmasuhai committed Dec 10, 2023
1 parent 3727c44 commit 7b6a0fc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deployWebsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOSITORY_NAME: xmasuhai/meowney-0-website
BRANCH: gh-pages
FOLDER: dist
# ssh-key: ${{ secrets.DEPLOY_KEY }}
# ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
repository-name: xmasuhai/meowney-0-website
branch: gh-pages
folder: dist

0 comments on commit 7b6a0fc

Please sign in to comment.