Skip to content

Commit

Permalink
fix: doc workflow (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomrsantos authored and romanzac committed Dec 13, 2023
1 parent b835100 commit 0d05707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:

- uses: jiro4989/setup-nim-action@v1
with:
nim-version: 'stable'
nim-version: '1.6.x'

- name: Generate doc
run: |
nim --version
nimble --version
nimble install_pinned -y
nimble install_pinned
# 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
Expand Down

0 comments on commit 0d05707

Please sign in to comment.