Skip to content

Commit 3fc5d05

Browse files
committed
chore: Update GitHub Actions deployment workflow
- Upgrade actions/upload-pages-artifact to v3 - Upgrade actions/deploy-pages to v4 - Ensure compatibility with latest GitHub Actions deployment steps
1 parent 0d3fc56 commit 3fc5d05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
- name: Build
3030
run: pnpm run docs:build # Ensure this is the correct command to build your docs
3131
- uses: actions/configure-pages@v2
32-
- uses: actions/upload-pages-artifact@v1
32+
- uses: actions/upload-pages-artifact@v3
3333
with:
3434
path: docs/.vitepress/dist
3535
- name: Deploy
3636
id: deployment
37-
uses: actions/deploy-pages@v1
37+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)