We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2fd99 commit 911cfa5Copy full SHA for 911cfa5
.github/workflows/release.yml
@@ -56,6 +56,11 @@ jobs:
56
# this by using our own GH_TOKEN_REPO_ACCESS organization secret.
57
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_REPO_ACCESS }}
58
59
+ - name: Upload storybook static files as artifact
60
+ uses: actions/upload-pages-artifact@v3
61
+ with:
62
+ path: apps/storybook/dist/
63
+
64
deploy-pages:
65
needs: release
66
name: Deploy Docs to GitHub Pages
@@ -66,11 +71,6 @@ jobs:
71
url: ${{ steps.deployment.outputs.page_url }}
67
72
68
73
steps:
69
- - name: Upload static files as artifact
70
- uses: actions/upload-pages-artifact@v3
- with:
- path: apps/storybook/dist/
-
74
- name: Deploy to GitHub Pages
75
id: deployment
76
uses: actions/deploy-pages@v4
0 commit comments