Skip to content

Commit

Permalink
Update actions (GitHub docs are outdated???)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfumagalli committed Sep 26, 2024
1 parent 0dda5c4 commit a9fa944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
node-version: 20

- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5

- name: Build Pages
run: |
npm clean-install
npm run build
- name: Upload Pages
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: dist

0 comments on commit a9fa944

Please sign in to comment.