Skip to content

Commit 6c6034a

Browse files
committed
- small documentation building bugfix
1 parent 38d94aa commit 6c6034a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generateDocumentation.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
repo-token: ${{ secrets.GITHUB_TOKEN }}
2929
- run: nimble refresh
3030
- run: nimble install
31-
- run: nimble install [email protected] [email protected]
31+
- run: nimble install [email protected]
32+
- run: nimble install [email protected]
3233
- name: Build documentation
3334
run: |
3435
cd docs

0 commit comments

Comments
 (0)