From 6c813efe9678482f26c7ddf86323cf35380d1269 Mon Sep 17 00:00:00 2001 From: annecremin Date: Thu, 6 Feb 2025 10:55:03 +0000 Subject: [PATCH] Removing save and download steps as unnecessary --- .github/workflows/deploy.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b0ffc92..c8028a2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -79,13 +79,6 @@ jobs: path: ./build retention-days: 1 - - name: Save Pages Artifact - uses: actions/upload-artifact@v4 - with: - name: github-pages - path: ./build - include-hidden-files: true - - name: Check artifact ID run: | echo "Artifact name: ${{ steps.pages.outputs.artifact_name }}" @@ -111,12 +104,6 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - name: Download Pages Artifact - uses: actions/download-artifact@v4 - with: - name: github-pages - path: ${{ runner.temp }}/_github_workflow/ - - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v3