Skip to content

Commit 8f9e82b

Browse files
committed
Updating version of pages deploy
1 parent ca7afe0 commit 8f9e82b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/website.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Upload website
4848
uses: actions/upload-pages-artifact@v3
4949
with:
50-
path: docs
50+
path: ./docs/
5151

5252
deploy:
5353
runs-on: ubuntu-latest
@@ -57,4 +57,4 @@ jobs:
5757
id-token: write
5858
steps:
5959
- name: Deploy website
60-
uses: actions/deploy-pages@v3
60+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)