Skip to content

Commit 454e713

Browse files
committed
fix: Add required environment to GitHub Pages deployment workflow
- Add github-pages environment configuration to deployment job - Include page URL output for deployment tracking - Fix GitHub Actions deployment error
1 parent a0dec33 commit 454e713

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ concurrency:
1818
jobs:
1919
build-and-deploy:
2020
runs-on: ubuntu-latest
21+
environment:
22+
name: github-pages
23+
url: ${{ steps.deployment.outputs.page_url }}
2124

2225
steps:
2326
- name: Checkout

0 commit comments

Comments
 (0)