We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706dd3d commit 2d5a573Copy full SHA for 2d5a573
.github/workflows/jekyll-gh-pages.yml
@@ -1,5 +1,3 @@
1
-# 🚀 Deploy Jekyll with GitHub Pages
2
-
3
name: "Deploy Jekyll with GitHub Pages"
4
5
on:
@@ -30,8 +28,8 @@ jobs:
30
28
- name: 🔨 Build Jekyll Site
31
29
uses: actions/jekyll-build-pages@v1
32
with:
33
- source: ./site
34
- destination: ./_site
+ source: ./site # ✅ <--- point to your /site folder
+ destination: ./_site # output stays _site
35
36
- name: 📤 Upload Artifact
37
uses: actions/upload-pages-artifact@v3
0 commit comments