Skip to content

Commit aba7483

Browse files
fix: deployment issues (#679)
Co-authored-by: Maryam Khidir <[email protected]>
1 parent 626aa0c commit aba7483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
npm run docs:build
4444
touch docs/.vitepress/dist/.nojekyll
4545
- name: Upload artifact
46-
uses: actions/upload-pages-artifact@v4
46+
uses: actions/upload-pages-artifact@v3
4747
with:
4848
path: docs/.vitepress/dist
4949

0 commit comments

Comments
 (0)