From cec01417ca241e2df646b7a80a6c74630983c867 Mon Sep 17 00:00:00 2001 From: Jaikinator Date: Fri, 6 Oct 2023 16:05:59 +0200 Subject: [PATCH] change publish dir --- .github/workflows/documentation.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 25e3085..40c7c68 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -18,12 +18,11 @@ jobs: run: | sphinx-apidoc -o source scraibe/ sphinx-build source docs - make html - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/sphinx_action' }} with: publish_branch: gh-pages github_token: ${{ secrets.TOKEN_GH }} - publish_dir: _build/ + publish_dir: ./docs force_orphan: true \ No newline at end of file