From 1d826ee26f951977e655f8af8e4b33cac24ebbff Mon Sep 17 00:00:00 2001 From: diegomrsantos Date: Thu, 13 Jun 2024 15:28:47 +0200 Subject: [PATCH] fix(CI): generate website job (#1124) --- .github/workflows/doc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 445d5e77d..030afeed8 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -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