Skip to content

Commit fe4249c

Browse files
chore(CI): remove depreciated pages step
1 parent 88abb38 commit fe4249c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
env:
2525
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27-
- uses: actions/upload-pages-artifact@v1
28-
with:
29-
path: ./storybook-static
27+
# - uses: actions/upload-pages-artifact@v1
28+
# with:
29+
# path: ./storybook-static
3030

3131
# See: https://github.com/actions/deploy-pages
3232
# deploy-job:

0 commit comments

Comments
 (0)