mirror of https://github.com/vacp2p/nim-libp2p.git
fix: doc workflow (#985)
This commit is contained in:
parent
ebef85c9d7
commit
5f7a3ab829
|
@ -19,13 +19,13 @@ jobs:
|
||||||
|
|
||||||
- uses: jiro4989/setup-nim-action@v1
|
- uses: jiro4989/setup-nim-action@v1
|
||||||
with:
|
with:
|
||||||
nim-version: 'stable'
|
nim-version: '1.6.x'
|
||||||
|
|
||||||
- name: Generate doc
|
- name: Generate doc
|
||||||
run: |
|
run: |
|
||||||
nim --version
|
nim --version
|
||||||
nimble --version
|
nimble --version
|
||||||
nimble install_pinned -y
|
nimble install_pinned
|
||||||
# nim doc can "fail", but the doc is still generated
|
# 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
|
nim doc --git.url:https://github.com/status-im/nim-libp2p --git.commit:${GITHUB_REF##*/} --outdir:${GITHUB_REF##*/} --project libp2p || true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue