Skip to content

Commit

Permalink
ci: fix upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Mar 18, 2024
1 parent 851673a commit 0f91ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Upload Pages artifact
uses: actions/build-pages-artifact@v3
uses: actions/upload-pages-artifact@v3
with:
path: storybook-static/
# Deploy job
Expand Down

0 comments on commit 0f91ca4

Please sign in to comment.