Skip to content

Commit

Permalink
Use upload-pages-artifact action instead
Browse files Browse the repository at this point in the history
  • Loading branch information
msalzburg committed Jan 2, 2024
1 parent 70bb0b6 commit 2e0459e
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 @@ -26,9 +26,8 @@ jobs:
node-version-file: '.nvmrc'
- run: npm install
- run: npm run build
- uses: actions/upload-artifact@v4
- uses: actions/upload-pages-artifact@v4
with:
name: github-pages
path: dist/

deploy:
Expand Down

0 comments on commit 2e0459e

Please sign in to comment.