Skip to content

Commit 5c4c27c

Browse files
authored
Update docs.yml
1 parent 0cb1d32 commit 5c4c27c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343

4444
- name: Upload docs
4545
uses: actions/upload-pages-artifact@v3
46+
with:
47+
path: ./_site
4648

4749
deploy:
4850
runs-on: ubuntu-latest
@@ -58,4 +60,4 @@ jobs:
5860
steps:
5961
- name: Deploy to GitHub Pages
6062
id: deployment
61-
uses: actions/deploy-pages@v2
63+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)