We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37317a3 commit c7c36eeCopy full SHA for c7c36ee
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
if: matrix.nim == '2.0.0'
25
run: |
26
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"
+ 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"
28
- name: Deploy docs
29
# to view docs on your own fork: push a gh-pages branch on your fork,
30
# enable gh-pages in your fork
0 commit comments