Skip to content

Commit c8c3de6

Browse files
committed
Fix pages deployment
1 parent c12a63d commit c8c3de6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
runs-on: ubuntu-latest
4444
needs: build
4545

46+
environment:
47+
name: github-pages
48+
url: ${{ steps.deployment.outputs.page_url }}
49+
4650
steps:
4751
- name: Deploy to GitHub Pages
4852
id: deployment

0 commit comments

Comments
 (0)