Skip to content

Commit

Permalink
chore: fix ci (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
imccausl committed Dec 18, 2023
1 parent 2e4a876 commit e019552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
run: yarn docs:build

- name: Upload Storybook Artifacts
uses: actions/upload-pages-artifacts@v2
uses: actions/upload-pages-artifact@v2
with:
artifacts: ./.out
path: ./.out

- name: Deploy Storybook
id: deploy-storybook
Expand Down

0 comments on commit e019552

Please sign in to comment.