From 81930fdab25371d723ff981583e9007503015766 Mon Sep 17 00:00:00 2001 From: minikin Date: Wed, 13 Nov 2024 16:13:58 +0100 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 465131b..0332bc0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -63,8 +63,11 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/main' uses: actions/upload-pages-artifact@v3 with: + name: github-pages path: ./build - name: Deploy Production if: github.event_name == 'push' && github.ref == 'refs/heads/main' uses: actions/deploy-pages@v3 + with: + artifact_name: github-pages