File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 # docker pull nimlang/nim:${{ matrix.nim }}
2222 # 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 test"
2323 - name : Build docs
24- if : matrix.nim == '2.0.0 '
24+ if : matrix.nim == '1.6.14 '
2525 run : |
2626 docker pull nimlang/nim:${{ matrix.nim }}
2727 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"
3131 # and remove `github.ref == 'refs/heads/master'` below
3232 if : |
3333 github.event_name == 'push' && github.ref == 'refs/heads/master' &&
34- matrix.nim == '2.0.0 '
34+ matrix.nim == '1.6.14 '
3535 uses : crazy-max/ghaction-github-pages@v1
3636 with :
3737 build_dir : docs
You can’t perform that action at this time.
0 commit comments