Skip to content

Commit

Permalink
update actions/upload-pages-artifact@v3 and actions/deploy-pages@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbasuil committed Jan 3, 2024
1 parent 1c56963 commit 5e1795a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
run: yarn build-storybook

- name: Upload
uses: actions/upload-pages-artifact@v1.0.4
uses: actions/upload-pages-artifact@v3
with:
path: 'storybook-static'

- name: Deploy
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
with:
token: ${{ github.token }}

0 comments on commit 5e1795a

Please sign in to comment.