Skip to content

Commit 393f508

Browse files
authored
Fix: Update GitHub Actions deploy step to use version 4 and add environment variables (#186)
1 parent 08d2ed2 commit 393f508

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/deploy-storybook.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ jobs:
4545
permissions:
4646
pages: write
4747
id-token: write
48+
environment:
49+
name: github-pages
50+
url: ${{ steps.deployment.outputs.page_url }}
4851

4952
steps:
5053
- name: Deploy to GitHub Pages
51-
uses: actions/deploy-pages@v1
54+
id: deployment
55+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)