From 60c665ac09d4e1bda039a4d920a050994081e7fa Mon Sep 17 00:00:00 2001 From: "Shahar \"Dawn\" Or" Date: Wed, 20 Nov 2024 06:31:34 +0700 Subject: [PATCH] actions/upload-pages-artifact --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c3432a2..f8a24ac8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,9 @@ jobs: with: path: ./result if-no-files-found: error + - uses: actions/upload-pages-artifact@v3 + with: + path: ./result deploy-preview: if: github.event_name == 'pull_request' @@ -65,5 +68,3 @@ jobs: steps: - id: deployment uses: actions/deploy-pages@v4 - with: - artifact_name: artifact