Skip to content

Commit 959e31f

Browse files
authored
Update deploy.yml
1 parent fddd6a8 commit 959e31f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ concurrency:
1919
jobs:
2020
build-and-deploy:
2121
runs-on: ubuntu-latest
22-
22+
environment:
23+
name: github-pages
24+
url: ${{ steps.deployment.outputs.page_url }} # Get URL from deploy step
25+
2326
steps:
2427
- name: Checkout repository
2528
uses: actions/checkout@v4

0 commit comments

Comments
 (0)