From 635393d834c3fd27f0f9a5b02df9dc455882a369 Mon Sep 17 00:00:00 2001 From: Saket Kulkarni Date: Mon, 3 Jun 2024 18:05:53 -0400 Subject: [PATCH] Update documentation.yml --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 24d2b23..4428c7a 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -26,7 +26,7 @@ jobs: - name: Build documentation run: make html - working-directory: PerceptionsLibrary22a/documentation + working-directory: PerceptionsLibrary22a/documentation/html - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3