Skip to content

Commit 1f0edb2

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/generateDocumentation.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
with:
2727
nim-version: '2.0.2'
2828
repo-token: ${{ secrets.GITHUB_TOKEN }}
29-
- run: nimble refresh
30-
- run: nimble install
31-
- run: nimble install arraymancer@0.7.30
32-
- run: nimble install nimcuda@0.1.9
29+
- name: Install dependencies
30+
run: |
31+
nimble install nimcuda@0.1.9
32+
nimble install arraymancer@0.7.30
3333
- name: Build documentation
3434
run: |
3535
cd docs

0 commit comments

Comments
 (0)