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 66c7a22 commit 45bffe2Copy full SHA for 45bffe2
1 file changed
.github/workflows/pages.yml
@@ -26,14 +26,14 @@ jobs:
26
concurrency:
27
group: ${{ github.workflow }}-${{ github.ref }}
28
steps:
29
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v6
30
31
- - name: Build
+ - name: Setup and Build
32
run: |
33
npx hyperbook build
34
35
- name: Upload artifact
36
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v5
37
with:
38
path: .hyperbook/out
39
@@ -47,4 +47,4 @@ jobs:
47
48
- name: Deploy to GitHub Pages
49
id: deployment
50
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v5
0 commit comments