Skip to content

Commit d65efa0

Browse files
authored
Update deploy.yml
1 parent d63fba3 commit d65efa0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
- name: Setup Pages
2121
uses: actions/configure-pages@v3
2222

23+
- name: Debug Artifact Contents
24+
run: ls -R ./src # Print folder contents to check if files exist
25+
2326
- name: Upload src folder to GitHub Pages
2427
uses: actions/upload-pages-artifact@v3
2528
with:
26-
path: ./src
27-
name: github-pages # Ensure the artifact name matches below
29+
path: ./src # Upload all contents of src
2830

2931
- name: Deploy to GitHub Pages
3032
id: deployment
3133
uses: actions/deploy-pages@v2
32-
with:
33-
artifact_name: github-pages

0 commit comments

Comments
 (0)