Skip to content

Commit

Permalink
Merge pull request #697 from PaulHax/update-ci
Browse files Browse the repository at this point in the history
chore(publish.yml): update actions versions
  • Loading branch information
PaulHax authored Jan 30, 2025
2 parents 0df2b80 + ae0adb0 commit 7d9834e
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 @@ -35,7 +35,7 @@ jobs:
- name: Build docs
run: npm run docs:build
- name: Upload pages artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: './docs/.vitepress/dist'

Expand All @@ -49,4 +49,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 7d9834e

Please sign in to comment.