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 329de1b commit 700c9dcCopy full SHA for 700c9dc
.github/workflows/pages.yml
@@ -22,19 +22,18 @@ concurrency:
22
23
jobs:
24
build:
25
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
26
concurrency:
27
group: ${{ github.workflow }}-${{ github.ref }}
28
steps:
29
- uses: actions/checkout@v3
30
31
- name: Setup and Build
32
run: |
33
- npx hyperbook setup
34
npx hyperbook build
35
36
- name: Upload artifact
37
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
38
with:
39
path: .hyperbook/out
40
@@ -48,4 +47,4 @@ jobs:
48
47
49
- name: Deploy to GitHub Pages
50
id: deployment
51
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
0 commit comments