Skip to content

Commit

Permalink
fixing duplicate artifact issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-kumar-pilla committed Jul 25, 2024
1 parent 5fbaa6e commit 79252f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ runs:
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v3
with:
name: github-pages-${{ github.sha }}
path: "${{ inputs.project_path }}/build"
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4
with:
artifact_name: github-pages-${{ github.sha }}

0 comments on commit 79252f8

Please sign in to comment.