From 9b1e55d69515a04da82fbfb42d28b5a9ab061060 Mon Sep 17 00:00:00 2001 From: Pedro Binotto Date: Mon, 13 May 2024 21:50:17 -0300 Subject: [PATCH] fix documentation - attempt #8 --- .github/workflows/docs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 60e7c78..6b64d48 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -1,4 +1,4 @@ -name: Publish Documentation +name: Docs on: push: @@ -30,7 +30,7 @@ jobs: touch gh-pages/.nojekyll cd docs/ poetry run make html - cp -r build/* ../gh-pages/ + cp -r build/html/* ../gh-pages/ - name: Deploy documentation if: ${{ github.event_name == 'push' }} uses: JamesIves/github-pages-deploy-action@v4