From 5a643c1d5077df5e8f5dc5ecf2d1827a251990b1 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 5 Feb 2025 03:17:41 +0300 Subject: [PATCH] ci: serve the correct dir for documentation --- .github/workflows/doc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 08f0088b..988b2fc4 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -37,5 +37,5 @@ jobs: uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./target/doc + publish_dir: ./target/doc/mrc publish_branch: gh-pages