Skip to content

Commit a561ebc

Browse files
committed
Merge branch 'dev'
2 parents a3010d6 + a7a630f commit a561ebc

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,21 @@ jobs:
1212
name: Build Docusaurus
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
16-
with:
17-
fetch-depth: 0
15+
- uses: actions/checkout@v6
1816

19-
- uses: actions/setup-node@v4
17+
- uses: actions/setup-node@v6
2018
with:
2119
node-version: 20
22-
cache: npm
20+
cache: yarn
2321

2422
- name: Install dependencies
25-
run: npm ci
23+
run: yarn install
2624

2725
- name: Build website
28-
run: npm run build
26+
run: yarn run build
2927

3028
- name: Upload Build Artifact
31-
uses: actions/upload-pages-artifact@v3
29+
uses: actions/upload-pages-artifact@v4
3230
with:
3331
path: ./build
3432

0 commit comments

Comments
 (0)