From b0961705e1e88f219552012faac357c572f6375c Mon Sep 17 00:00:00 2001 From: Saket Kulkarni Date: Mon, 3 Jun 2024 18:04:12 -0400 Subject: [PATCH] Update documentation.yml --- .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 7acdf8d..24d2b23 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -26,11 +26,11 @@ jobs: - name: Build documentation run: make html - working-directory: PerceptionsLibrary22a/documentation/html + working-directory: PerceptionsLibrary22a/documentation - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages - publish_dir: PerceptionsLibrary22a/documentation/html/_build/html + publish_dir: PerceptionsLibrary22a/documentation/_build/html