Skip to content

Commit 700c9dc

Browse files
authored
Update pages.yml
1 parent 329de1b commit 700c9dc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pages.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,18 @@ concurrency:
2222

2323
jobs:
2424
build:
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-latest
2626
concurrency:
2727
group: ${{ github.workflow }}-${{ github.ref }}
2828
steps:
2929
- uses: actions/checkout@v3
3030

3131
- name: Setup and Build
3232
run: |
33-
npx hyperbook setup
3433
npx hyperbook build
3534
3635
- name: Upload artifact
37-
uses: actions/upload-pages-artifact@v1
36+
uses: actions/upload-pages-artifact@v3
3837
with:
3938
path: .hyperbook/out
4039

@@ -48,4 +47,4 @@ jobs:
4847
steps:
4948
- name: Deploy to GitHub Pages
5049
id: deployment
51-
uses: actions/deploy-pages@v1
50+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)