Skip to content

Commit 23770c7

Browse files
authored
Merge pull request #28 from klaviyo/debug/check-env-file
Fix GitHub Pages deployment configuration
2 parents 9289c0a + 06d8d8a commit 23770c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ concurrency:
1717
jobs:
1818
build:
1919
runs-on: ubuntu-latest
20+
environment:
21+
name: github-pages
22+
url: ${{ steps.deployment.outputs.page_url }}
2023
steps:
2124
- name: Checkout
2225
uses: actions/checkout@v4

0 commit comments

Comments
 (0)