Skip to content

Commit

Permalink
Removing save and download steps as unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
annecremin committed Feb 6, 2025
1 parent 275c7b8 commit 6c813ef
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand All @@ -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
Expand Down

0 comments on commit 6c813ef

Please sign in to comment.