Skip to content

Commit

Permalink
resolving duplicate artifacts issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-kumar-pilla committed Jul 25, 2024
1 parent 87493a6 commit bf334d2
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.sha }}
name: github-pages-${{ github.run_id }}-${{ github.run_number }}
path: "${{ inputs.project_path }}/build"
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4
with:
artifact_name: github-pages-${{ github.sha }}
artifact_name: github-pages-${{ github.run_id }}-${{ github.run_number }}

0 comments on commit bf334d2

Please sign in to comment.