mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-10 14:06:38 +00:00
Update docs.yml
This commit is contained in:
parent
5da657926e
commit
884c43de33
5
.github/workflows/docs.yml
vendored
5
.github/workflows/docs.yml
vendored
@ -9,6 +9,7 @@ env:
|
|||||||
nim-version: stable
|
nim-version: stable
|
||||||
nim-src: waku/waku.nim
|
nim-src: waku/waku.nim
|
||||||
deploy-dir: .gh-pages
|
deploy-dir: .gh-pages
|
||||||
|
key:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docs:
|
docs:
|
||||||
@ -32,8 +33,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC}" V=1 update
|
make -j2 NIMFLAGS="--parallelBuild:2" V=1 update
|
||||||
make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC}" LOG_LEVEL=TRACE
|
make -j2 NIMFLAGS="--parallelBuild:2" LOG_LEVEL=TRACE
|
||||||
- run: nim doc --index:on --project --out:${{ env.deploy-dir }} ${{ env.nim-src }}
|
- run: nim doc --index:on --project --out:${{ env.deploy-dir }} ${{ env.nim-src }}
|
||||||
- name: Deploy documents
|
- name: Deploy documents
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user