This commit is contained in:
decanus 2020-12-21 11:58:17 +01:00
parent 41374af82f
commit 8ff4960ba5
No known key found for this signature in database
GPG Key ID: 3730AAF5D6589867
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
make -j2 NIMFLAGS="--parallelBuild:2" V=1 update
make -j2 NIMFLAGS="--parallelBuild:2" LOG_LEVEL=TRACE
- uses: jiro4989/setup-nim-action@v1
- run: nimble doc --index:on --project --out:${{ env.deploy-dir }} ${{ env.nim-src }}
- run: nimble doc --accept --index:on --project --out:${{ env.deploy-dir }} ${{ env.nim-src }}
- name: Deploy documents
uses: peaceiris/actions-gh-pages@v3
with: