Skip to content

Commit 5a49539

Browse files
committed
ci docs
1 parent 32f44a6 commit 5a49539

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Build
1818
uses: actions/setup-node@v1
19-
run: |
20-
npm ci
21-
npm run docs:build
19+
20+
- run: npm ci
21+
- run: npm run docs:build
2222

0 commit comments

Comments
 (0)