Skip to content

Commit c8eb253

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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"
@@ -31,7 +31,7 @@ jobs:
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

0 commit comments

Comments
 (0)