Skip to content

Commit 86b411b

Browse files
committed
chore: update docs deployment pipeline
1 parent 2c83af6 commit 86b411b

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
@@ -28,10 +28,10 @@ jobs:
2828
- name: Setup Pages
2929
uses: actions/configure-pages@v4
3030
- name: Upload artifact
31-
uses: actions/upload-pages-artifact@v2
31+
uses: actions/upload-pages-artifact@v4
3232
with:
3333
# 👇 Specify build output path
3434
path: docs/build
3535
- name: Deploy to GitHub Pages
3636
id: deployment
37-
uses: actions/deploy-pages@v2
37+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)