Skip to content

Commit

Permalink
fix: deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pReya committed Nov 2, 2023
1 parent 88a39cc commit 5e27bba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ jobs:
- name: Move images Interventions
run: mv public/images/interventions/dynamic/* dist/images/interventions/dynamic/
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-pages-artifact@v2
with:
name: github-pages
retention-days: 5
path: ./dist

deploy:
Expand Down

0 comments on commit 5e27bba

Please sign in to comment.