Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclingbyte committed Aug 28, 2024
1 parent f464c59 commit 9afb492
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/actions/gh-pages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ inputs:
items:
description: "A JSON list of objects with 'path' and 'target' properties."
required: true
retention-days:
description: 'Duration after which artifact will expire in days.'
required: false
default: '1'
outputs:
artifact_id:
description: 'The ID of the artifact that was uploaded.'
Expand Down Expand Up @@ -56,9 +52,9 @@ runs:

- name: Upload artifacts
id: upload-artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: github-pages
path: ${{ runner.temp }}/artifacts
retention-days: ${{ inputs.retention-days }}
retention-days: 1
if-no-files-found: error

0 comments on commit 9afb492

Please sign in to comment.