Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Sep 20, 2024
1 parent 46f2a05 commit 5c3c649
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
run: npm run build

- name: Upload production-ready build files
uses: actions/upload-artifact@v3
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: ./dist

deploy:
Expand Down

0 comments on commit 5c3c649

Please sign in to comment.