Skip to content

Commit 0a2ca4c

Browse files
committed
ci: fix static doc deploy
1 parent d436832 commit 0a2ca4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/static-documentation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
node-version: 18
3333
cache: yarn
3434
registry-url: https://registry.yarnpkg.com/
35-
- name: Generate Magidoc
35+
- name: Install Dependencies
36+
run: yarn --immutable
37+
- name: Generate documentation
3638
run: yarn docs
3739
- name: Add static files
3840
run: |

0 commit comments

Comments
 (0)