Skip to content

Commit 3ab1039

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy to GitHub Pages
1+
name: Deploy src Folder to GitHub Pages
22

33
on:
44
push:
@@ -20,8 +20,8 @@ jobs:
2020
- name: Setup Pages
2121
uses: actions/configure-pages@v3
2222

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

0 commit comments

Comments
 (0)