From 5f368c9a6ba1b3782c6084c105b1cb2446a893af Mon Sep 17 00:00:00 2001 From: Lucas Depetris <66499356+lucasdepetrisd@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:54:28 -0300 Subject: [PATCH] Update deploy_living_docs.yml --- .github/workflows/deploy_living_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_living_docs.yml b/.github/workflows/deploy_living_docs.yml index 55efaba..a61c7e5 100644 --- a/.github/workflows/deploy_living_docs.yml +++ b/.github/workflows/deploy_living_docs.yml @@ -39,7 +39,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: 'LivingDoc.html' + path: './docs' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4