Skip to content
This repository was archived by the owner on Apr 26, 2025. It is now read-only.

Commit f4d2c77

Browse files
committed
Fix docs CI
1 parent e9bb65d commit f4d2c77

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

.github/workflows/docs.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,22 @@ defaults:
2323

2424
jobs:
2525
build:
26-
2726
runs-on: ubuntu-latest
2827

2928
steps:
30-
- uses: actions/checkout@v1
31-
- name: Use Node.js
32-
uses: actions/setup-node@v3
33-
with:
34-
node-version: 18.x
35-
cache: 'npm'
36-
- run: npm ci
37-
- name: Build
38-
run: npm run docs
39-
- name: Upload artifact
40-
uses: actions/upload-pages-artifact@v1
41-
with:
42-
path: ./docs
29+
- uses: actions/checkout@v1
30+
- name: Use Node.js
31+
uses: actions/setup-node@v3
32+
with:
33+
node-version: 18.x
34+
cache: "npm"
35+
- run: npm ci
36+
- name: Build
37+
run: npm run docs
38+
- name: Upload artifact
39+
uses: actions/upload-pages-artifact@v3
40+
with:
41+
path: ./docs
4342

4443
deploy:
4544
environment:

0 commit comments

Comments
 (0)