From 2d7eee8d8e97e5adf2485194e31ffb172356e627 Mon Sep 17 00:00:00 2001 From: SergioLangaritaBenitez Date: Thu, 29 Feb 2024 16:10:07 +0100 Subject: [PATCH] change workflow config --- .github/workflows/deploy_page.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_page.yaml b/.github/workflows/deploy_page.yaml index 446d78e0..aff838d7 100644 --- a/.github/workflows/deploy_page.yaml +++ b/.github/workflows/deploy_page.yaml @@ -52,7 +52,7 @@ jobs: uses: actions/upload-pages-artifact@v2 with: # Upload entire repository - path: build + path: ./docpage/build - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2 \ No newline at end of file