Skip to content

Commit

Permalink
ci: change deploy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Jun 21, 2024
1 parent a53ad5c commit aaa9edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
run: yarn build:storybook

- name: Upload storybook artifacts
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v3.0.1
with:
path: storybook-static

- name: Deploy artifact to Github Pages
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4.0.5


0 comments on commit aaa9edf

Please sign in to comment.