Update docs.yml

This commit is contained in:
Dean Eigenmann 2020-12-21 11:39:17 +01:00 committed by GitHub
parent 39bcba26be
commit 41374af82f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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