Skip to content

Commit

Permalink
Update deploy.yml (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
f33r0 authored Jan 9, 2025
1 parent be3b315 commit 0886d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- run: npm ci
- name: Build
run: npm run docs:build
- uses: actions/configure-pages@v2
- uses: actions/configure-pages@v5.0.0
- uses: actions/upload-pages-artifact@v3
with:
path: .vitepress/dist
- name: Deploy
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4.0.0

0 comments on commit 0886d54

Please sign in to comment.