Skip to content

Commit

Permalink
Test offical action
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Jun 12, 2024
1 parent 8cadc3e commit 82cf59b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:

jobs:
deploy:
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
concurrency:
group: pages
cancel-in-progress: true
Expand Down Expand Up @@ -38,7 +42,4 @@ jobs:
- name: Build
run: pnpm build-storybook
- name: Deploy to pages branch
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./storybook-static
uses: actions/deploy-pages@v4

0 comments on commit 82cf59b

Please sign in to comment.