Skip to content

Commit a8a9be8

Browse files
Try fixing
1 parent bf20008 commit a8a9be8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ permissions:
99
jobs:
1010
build-and-deploy:
1111
runs-on: ubuntu-latest
12+
environment:
13+
name: github-pages
14+
url: ${{ steps.deployment.outputs.page_url }}
1215
steps:
1316
- name: Checkout
1417
uses: actions/checkout@v4
@@ -27,4 +30,5 @@ jobs:
2730
with:
2831
path: site
2932
- name: Deploy to GitHub Pages
33+
id: deployment
3034
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)