You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/actions/deploy-storybook/action.yml
+2-3
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ inputs:
23
23
default: 'npm run build-storybook'
24
24
outputs:
25
25
page_url:
26
-
description: "The URL of the page"
26
+
description: 'The URL of the page'
27
27
value: ${{ steps.deploy.outputs.page_url }}
28
28
29
29
runs:
@@ -44,7 +44,7 @@ runs:
44
44
45
45
- name: 'upload'
46
46
uses: actions/upload-pages-artifact@v3
47
-
with:
47
+
with:
48
48
path: ${{ inputs.path }}
49
49
50
50
- id: deploy
@@ -62,4 +62,3 @@ runs:
62
62
# echo "Check the rest of our actions in the [GitHub Marketplace](https://github.com/marketplace?category=&type=actions&verification=&query=bitovi)!" >> $GITHUB_STEP_SUMMARY
63
63
# echo "" >> $GITHUB_STEP_SUMMARY
64
64
# echo "You can get help or ask questions on our [Discord Channel](https://discord.gg/zAHn4JBVcX), or set up a free consultation on our [platform engineering website](https://www.bitovi.com/services/devops-consulting/platform-engineering)." >> $GITHUB_STEP_SUMMARY
0 commit comments