mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-06 16:03:08 +00:00
Update docs.yml
This commit is contained in:
parent
8ff4960ba5
commit
bcc101aa50
10
.github/workflows/docs.yml
vendored
10
.github/workflows/docs.yml
vendored
@ -5,11 +5,6 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
env:
|
|
||||||
nim-version: stable
|
|
||||||
nim-src: waku/waku.nim
|
|
||||||
deploy-dir: .gh-pages
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docs:
|
docs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -34,8 +29,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
make -j2 NIMFLAGS="--parallelBuild:2" V=1 update
|
make -j2 NIMFLAGS="--parallelBuild:2" V=1 update
|
||||||
make -j2 NIMFLAGS="--parallelBuild:2" LOG_LEVEL=TRACE
|
make -j2 NIMFLAGS="--parallelBuild:2" LOG_LEVEL=TRACE
|
||||||
- uses: jiro4989/setup-nim-action@v1
|
- name: Install dependencies
|
||||||
- run: nimble doc --accept --index:on --project --out:${{ env.deploy-dir }} ${{ env.nim-src }}
|
run: |
|
||||||
|
make -j2 NIMFLAGS="--parallelBuild:2" V=1 docs
|
||||||
- name: Deploy documents
|
- name: Deploy documents
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user