We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6468701 commit b6e5e96Copy full SHA for b6e5e96
1 file changed
.github/workflows/pages.yml
@@ -24,7 +24,6 @@ concurrency:
24
cancel-in-progress: true
25
26
jobs:
27
- # Single deploy job since we're just deploying
28
build:
29
runs-on: ubuntu-latest
30
@@ -46,6 +45,11 @@ jobs:
46
45
deploy:
47
needs: build
48
+ environment:
49
+ name: github-pages
50
+ url: ${{ steps.deployment.outputs.page_url }}
51
+
52
+ steps:
53
- name: Deploy to GitHub Pages
54
id: deployment
55
uses: actions/deploy-pages@v4
0 commit comments