From e208a6d5e869890e1cb57904e2c1fed50e73210b Mon Sep 17 00:00:00 2001 From: Harrand Date: Wed, 30 Oct 2024 22:14:34 +0000 Subject: [PATCH] [ci] documentation wip --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f37d44dc46..14a6fdddfb 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -37,7 +37,7 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./doc/html/ + publish_dir: ./docs/html/ enable_jekyll: false allow_empty_commit: false force_orphan: true