Skip to content

Commit 2cc3c8f

Browse files
committed
fix: 更新Github Pages部署步骤,调整参数格式并升级依赖版本
1 parent dee4b93 commit 2cc3c8f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/storybook-deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
npm install --include=optional --package-lock=false
2727
npm run build-storybook -- --disable-telemetry
2828
29-
- name: Deploy to gh-pages
30-
uses: JamesIves/github-pages-deploy-action@v4
29+
- name: Github Pages
30+
uses: JamesIves/github-pages-deploy-action@releases/v3
3131
with:
32-
token: ${{ secrets.ACCESS_TOKEN }}
33-
branch: gh-pages
34-
folder: storybook-static
35-
clean: true
32+
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
33+
BRANCH: gh-pages
34+
FOLDER: storybook-static
35+
CLEAN: true

0 commit comments

Comments
 (0)