We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789d265 commit 2141d64Copy full SHA for 2141d64
.github/workflows/mdbook.yaml
@@ -8,6 +8,10 @@ on:
8
jobs:
9
deploy:
10
runs-on: ubuntu-latest
11
+ environment:
12
+ name: github-pages
13
+ url: ${{ steps.deploy.outputs.page_url }}
14
+
15
permissions:
16
contents: write # To push a branch
17
pages: write # To push to a GitHub Pages site
@@ -20,7 +24,7 @@ jobs:
20
24
run: make build # also installs deps
21
25
working-directory: docs/spec
22
26
- name: Setup Pages
23
- uses: actions/configure-pages@v4
27
+ uses: actions/configure-pages@v5
28
- name: Upload artifact
29
uses: actions/upload-pages-artifact@v3
30
with:
0 commit comments