Skip to content

Commit

Permalink
append run attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-kumar-pilla committed Jul 26, 2024
1 parent c18fc9d commit ece8d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ runs:
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v3
with:
name: github-pages-${{ github.run_id }}-${{ github.run_number }}
name: github-pages-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
path: "${{ inputs.project_path }}/build"
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4
with:
artifact_name: github-pages-${{ github.run_id }}-${{ github.run_number }}
artifact_name: github-pages-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}

0 comments on commit ece8d24

Please sign in to comment.