From dfbdd946372cf7a570ef05763e0afdeeddf56bf0 Mon Sep 17 00:00:00 2001 From: Brendan F Date: Fri, 7 Jul 2023 23:56:38 -0700 Subject: Update deploy_website.yml --- .github/workflows/deploy_website.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy_website.yml b/.github/workflows/deploy_website.yml index 6feeaa9..ca084ef 100644 --- a/.github/workflows/deploy_website.yml +++ b/.github/workflows/deploy_website.yml @@ -46,8 +46,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: - # Upload entire repository - path: '.' + path: './build' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2 -- cgit v1.2.3