Skip to content

Commit 66d0cb5

Browse files
authored
Fix workflow
1 parent 7a59c56 commit 66d0cb5

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
@@ -36,7 +36,7 @@ jobs:
3636
- run: |
3737
cd dev
3838
../main/build_site.sh ../_site/develop
39-
- uses: actions/upload-pages-artifact@v4
39+
- uses: actions/upload-pages-artifact@v3
4040

4141
deploy:
4242
environment:

0 commit comments

Comments
 (0)