From 7134d5d3ba1fff04ce5ca8600a2dec95593dd469 Mon Sep 17 00:00:00 2001 From: Devin Cowan Date: Tue, 1 Oct 2024 14:23:14 -0400 Subject: [PATCH] Refactor GitHub Pages deployment configuration --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 86f5968..0a57c34 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -54,7 +54,7 @@ jobs: uses: actions/upload-pages-artifact@v1 with: # Upload dist repository - path: './templates/hs_discover' + path: dist - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v1 \ No newline at end of file