Skip to content

Commit 81d30a5

Browse files
authored
Add environment configuration for GitHub Pages
1 parent d6e229d commit 81d30a5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ concurrency:
2525
jobs:
2626
release:
2727
runs-on: ubuntu-latest
28+
environment:
29+
name: github-pages
30+
url: ${{ steps.deployment.outputs.page_url }}
2831

2932
steps:
3033
- name: Checkout

0 commit comments

Comments
 (0)