Skip to content

Commit e3e818c

Browse files
authored
Update deploy.yml
1 parent 3ab1039 commit e3e818c

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
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/configure-pages@v3
2222

2323
- name: Upload src folder to GitHub Pages
24-
uses: actions/upload-pages-artifact@v2 # Correct version and action
24+
uses: actions/upload-pages-artifact@v3 # Correct version and action
2525
with:
2626
path: ./src # Deploy only the src folder
2727

0 commit comments

Comments
 (0)