Fix doc generation CI (#948)

This commit is contained in:
Tanguy 2023-09-08 12:21:04 +02:00 committed by GitHub
parent ff77d52851
commit 20b0e40f7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
run: |
nim --version
nimble --version
nimble install_pinned
nimble install_pinned -y
# nim doc can "fail", but the doc is still generated
nim doc --git.url:https://github.com/status-im/nim-libp2p --git.commit:${GITHUB_REF##*/} --outdir:${GITHUB_REF##*/} --project libp2p || true