Skip to content

Commit 2d5a573

Browse files
authored
Update jekyll-gh-pages.yml
1 parent 706dd3d commit 2d5a573

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# 🚀 Deploy Jekyll with GitHub Pages
2-
31
name: "Deploy Jekyll with GitHub Pages"
42

53
on:
@@ -30,8 +28,8 @@ jobs:
3028
- name: 🔨 Build Jekyll Site
3129
uses: actions/jekyll-build-pages@v1
3230
with:
33-
source: ./site
34-
destination: ./_site
31+
source: ./site # ✅ <--- point to your /site folder
32+
destination: ./_site # output stays _site
3533

3634
- name: 📤 Upload Artifact
3735
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)