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 e1b2c6c commit 0f5a08fCopy full SHA for 0f5a08f
.github/workflows/pages-deploy.yml
@@ -5,18 +5,18 @@ on:
5
- master
6
jobs:
7
build-and-deploy:
8
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
9
steps:
10
- name: checkout
11
- uses: actions/checkout@v2.3.5
+ uses: actions/checkout@v5
12
13
- name: build
14
run: |
15
npm ci
16
npm run docs:build
17
18
- name: deploy
19
- uses: JamesIves/github-pages-deploy-action@4.1.5
+ uses: JamesIves/github-pages-deploy-action@4
20
with:
21
branch: pages
22
folder: docs/.vitepress/dist
0 commit comments