Skip to content

Commit

Permalink
chore(deps): update actions/configure-pages action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 1, 2024
1 parent 093a48f commit 6c5a8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: npm ci
- name: Build
run: npm run docs:build
- uses: actions/configure-pages@v3
- uses: actions/configure-pages@v5
- uses: actions/upload-pages-artifact@v2
with:
path: docs/.vitepress/dist
Expand Down

0 comments on commit 6c5a8fc

Please sign in to comment.