Skip to content

Commit 71acaa9

Browse files
authored
Update jekyll-gh-pages.yml
1 parent c303110 commit 71acaa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: 🔨 Build Jekyll Site
2929
uses: actions/jekyll-build-pages@v1
3030
with:
31-
source: ./site # ✅ <--- point to your /site folder
32-
destination: ./_site # output stays _site
31+
source: ./site
32+
destination: ./_site
3333

3434
- name: 📤 Upload Artifact
3535
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)