Skip to content

Commit 3d50072

Browse files
committed
Add environment to deploy
1 parent 085c3e8 commit 3d50072

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
pages: write
2626
id-token: write
2727
runs-on: ubuntu-latest
28+
# Deploy to the github-pages environment
29+
environment:
30+
name: github-pages
31+
url: ${{ steps.deployment.outputs.page_url }}
2832
steps:
2933
- name: Deploy to GitHub Pages
3034
id: github-pages

0 commit comments

Comments
 (0)