From ab5c3aa90cd0d60c38760d7acfe6c0a6dfdbcb2a Mon Sep 17 00:00:00 2001 From: Patrick Joyce Date: Thu, 15 Feb 2024 11:36:31 -0500 Subject: [PATCH] change path --- .github/workflows/static.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yaml b/.github/workflows/static.yaml index 9f2d62e..35120a8 100644 --- a/.github/workflows/static.yaml +++ b/.github/workflows/static.yaml @@ -33,7 +33,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: 'pages' + path: 'build' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4