Skip to content

Commit

Permalink
Merge pull request #326 from alphagov/Removing-save-and-download-steps
Browse files Browse the repository at this point in the history
Removing save and download steps as unnecessary
  • Loading branch information
annecremin authored Feb 6, 2025
2 parents c56fd6f + 6c813ef commit d588315
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 d588315

Please sign in to comment.