Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiacolucci committed Jul 18, 2024
1 parent eaabf72 commit 9698b07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: production-files
path: ./
path: ./dist

deploy:
name: Deploy
Expand All @@ -42,10 +42,10 @@ jobs:
uses: actions/download-artifact@v2
with:
name: production-files
path: ./
path: ./dist

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./
publish_dir: ./dist

0 comments on commit 9698b07

Please sign in to comment.