From b7acb990e257095ea7a1ce29ebdd5802fdded9f7 Mon Sep 17 00:00:00 2001 From: Justin La Sotten Date: Thu, 4 Apr 2024 09:29:06 -0400 Subject: [PATCH] Fixing github actions Typo in upload-pages-artifact step --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 0bd94f6..798d559 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -44,7 +44,7 @@ jobs: - name: Upload build to Github Pages staging area uses: actions/upload-pages-artifact@v3 with: - path: './dest' + path: './dist' - name: Deploy to Github Pages id: deployment