Skip to content

Commit 3490f79

Browse files
committed
try ci docs
1 parent c7b77f7 commit 3490f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: matrix.nim == '2.0.0'
2525
run: |
2626
docker pull nimlang/nim:${{ matrix.nim }}
27-
docker run --rm -v `pwd`:/usr/src/app -w /usr/src/app nimlang/nim:${{ matrix.nim }} /bin/bash -c "git config --global --add safe.directory /usr/src/app; nimble docs"
27+
docker run --rm -v `pwd`:/usr/src/app -w /usr/src/app nimlang/nim:${{ matrix.nim }} /bin/bash -c "git config --global --add safe.directory /usr/src/app; nimble install -y; nimble docs"
2828
- name: Deploy docs
2929
# to view docs on your own fork: push a gh-pages branch on your fork,
3030
# enable gh-pages in your fork

0 commit comments

Comments
 (0)