Skip to content

Commit

Permalink
Merge pull request #5 from oskarrough/fix/ghpages
Browse files Browse the repository at this point in the history
Upgrade actions
  • Loading branch information
oskarrough authored Jun 28, 2024
2 parents 97edadd + 485d5f4 commit 4a8b19c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
- run: npm install
- run: npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
# Upload production files only
path: './dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 4a8b19c

Please sign in to comment.