Skip to content

Commit 9ac299e

Browse files
chore: workflows
1 parent 15ab078 commit 9ac299e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/master.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: Build
1616
run: yarn install && yarn run gitBuild
1717
- name: Deploy 🚀
18-
uses: JamesIves/github-pages-deploy-action@releases/v3
18+
uses: JamesIves/github-pages-deploy-action@v4
1919
with:
20-
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} #secrets.ACCESS_TOKEN是项目配置的密钥
21-
BRANCH: gh-pages # 操作应部署到的分支。
22-
FOLDER: dist # 操作应部署的文件夹。
20+
token: ${{ secrets.GITHUB_TOKEN }} #secrets.ACCESS_TOKEN是项目配置的密钥
21+
branch: gh-pages # 操作应部署到的分支。
22+
folder: dist # 操作应部署的文件夹。

0 commit comments

Comments
 (0)