Skip to content

Commit

Permalink
use actions/configure-pages@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
luttje committed Jul 19, 2024
1 parent 86a080b commit 3bb375f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
run: npm run build

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

- name: Upload dist
- name: Upload demo dist directory
uses: actions/upload-pages-artifact@v3
with:
path: './dist'
Expand Down

0 comments on commit 3bb375f

Please sign in to comment.