From fe2a0a011f6fc20765293387e18a63d6ae5ee555 Mon Sep 17 00:00:00 2001 From: Nick Z <48893251+nkzarrabi@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:07:49 -0400 Subject: [PATCH] Update deploy.yml s a --- .github/workflows/deploy.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 41340f3..b3c43d6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,11 +29,10 @@ jobs: - name: List build output run: ls -R dist # Verify if `dist` was created - - name: Upload build output as artifact - uses: actions/upload-artifact@v3 + - name: Upload build output for GitHub Pages + uses: actions/upload-pages-artifact@v1 with: - name: github-pages # Artifact name expected by deploy-pages - path: dist # Upload entire dist directory + path: dist # Path to your generated site files lighthouse: needs: build