diff --git a/.github/workflows/mkdocsDeploy.yml b/.github/workflows/mkdocsDeploy.yml index 702c8fa..b7bf8b2 100644 --- a/.github/workflows/mkdocsDeploy.yml +++ b/.github/workflows/mkdocsDeploy.yml @@ -28,4 +28,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./site # Ensure this points to the directory where mkdocs build outputs the site + publish_dir: ./documentation # Ensure this points to the directory where mkdocs build outputs the site