Skip to content

Commit ee52268

Browse files
committed
- documentation generation issue fixing
1 parent 1f0edb2 commit ee52268

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/generateDocumentation.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ jobs:
2828
repo-token: ${{ secrets.GITHUB_TOKEN }}
2929
- name: Install dependencies
3030
run: |
31-
nimble install [email protected]
32-
nimble install [email protected]
31+
nimble refresh
32+
nimble install -y [email protected]
33+
nimble install -y [email protected]
34+
nimble install -y nimpy
3335
- name: Build documentation
3436
run: |
3537
cd docs

0 commit comments

Comments
 (0)