fix(CI): generate website job (#1124)

This commit is contained in:
diegomrsantos
2024-06-13 15:28:47 +02:00
committed by GitHub
parent 7498258f7c
commit 1d826ee26f

View File

@@ -79,12 +79,12 @@ jobs:
nim-version: 'stable'
- name: Generate website
run: pip install mkdocs-material && nimble website
run: pip install mkdocs-material && nimble -y website
- name: Clone the gh-pages branch
uses: actions/checkout@v2
with:
repository: status-im/nim-libp2p
repository: vacp2p/nim-libp2p
ref: gh-pages
path: subdoc
fetch-depth: 0