From ebefc27cad3839e147aa69dfb1593f9eae7b5a23 Mon Sep 17 00:00:00 2001 From: Jacob Schmieder Date: Sat, 7 Oct 2023 18:43:37 +0200 Subject: [PATCH] changed path to docs/html --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 9455895..bb74e46 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -24,5 +24,5 @@ jobs: with: publish_branch: gh-pages github_token: ${{ secrets.TOKEN_GH }} - publish_dir: ./docs - force_orphan: true \ No newline at end of file + publish_dir: ./docs/html + force_orphan: true