Skip to content

Commit 2a5e5d9

Browse files
author
Maxime Mangel
committed
Try fix publish workflow
x
1 parent e48eb57 commit 2a5e5d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ jobs:
1717
node-version: '16'
1818
- name: Install and use custom npm version
1919
run: npm i -g npm@7
20+
- name: Install dependencies
21+
run: npm install
2022
- name: Build site
21-
run: ./build.js docs
23+
run: node build.js docs
2224
- name: Deploy site
2325
uses: peaceiris/actions-gh-pages@v3
2426
with:

0 commit comments

Comments
 (0)