Skip to content

Commit c7b77f7

Browse files
committed
try ci docs
1 parent c7c36ee commit c7b77f7

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
@@ -15,7 +15,7 @@ jobs:
1515
# xxx trim to on use latest in each branch eg 1.0.10, 1.2.8 etc
1616
nim: [1.0.0, 1.0.2, 1.0.4, 1.0.10, 1.2.0, 1.2.2, 1.2.4, 1.2.6, 1.2.12, 1.4.0, 1.4.2, 1.4.8, 1.6.14, 2.0.0]
1717
steps:
18-
#- uses: actions/checkout@v2
18+
- uses: actions/checkout@v2
1919
#- name: Run Tests
2020
# run: |
2121
# docker pull nimlang/nim:${{ matrix.nim }}
@@ -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 install -y; 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 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)