We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdf6849 + 8c90624 commit 404feb9Copy full SHA for 404feb9
2 files changed
.github/workflows/deploy-gh-pages.yml
@@ -16,6 +16,9 @@ permissions:
16
jobs:
17
deploy:
18
runs-on: ubuntu-latest
19
+ environment:
20
+ name: github-pages
21
+ url: ${{ steps.build-publish.outputs.page_url }}
22
# Job steps
23
steps:
24
# Manual Checkout
@@ -35,6 +38,7 @@ jobs:
35
38
36
39
#👇 Add Storybook build and deploy to GitHub Pages as a step in the workflow
37
40
- uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
41
+ id: build-publish
42
with:
43
install_command: pnpm install
44
build_command: pnpm build-storybook
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
id-token: write # to enable use of OIDC for npm provenance
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
fetch-depth: 0
0 commit comments