Skip to content

Commit 2141d64

Browse files
committed
add env and bump configure page to v5
1 parent 789d265 commit 2141d64

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/mdbook.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
jobs:
99
deploy:
1010
runs-on: ubuntu-latest
11+
environment:
12+
name: github-pages
13+
url: ${{ steps.deploy.outputs.page_url }}
14+
1115
permissions:
1216
contents: write # To push a branch
1317
pages: write # To push to a GitHub Pages site
@@ -20,7 +24,7 @@ jobs:
2024
run: make build # also installs deps
2125
working-directory: docs/spec
2226
- name: Setup Pages
23-
uses: actions/configure-pages@v4
27+
uses: actions/configure-pages@v5
2428
- name: Upload artifact
2529
uses: actions/upload-pages-artifact@v3
2630
with:

0 commit comments

Comments
 (0)