Skip to content

Commit 33d12dc

Browse files
committed
fix: disable Jekyll build
1 parent 05a4ce1 commit 33d12dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: 📥 Checkout code
1414
uses: actions/checkout@v3
1515

16-
- name: 🟢 Set up Node
16+
- name: 🟢 Set up Node.js 22
1717
uses: actions/setup-node@v3
1818
with:
1919
node-version: '22'
@@ -27,6 +27,9 @@ jobs:
2727
- name: 🛠️ Build project
2828
run: npm run build
2929

30+
- name: 🛑 Disable Jekyll
31+
run: echo > dist/.nojekyll
32+
3033
- name: 🚀 Deploy to GitHub Pages
3134
if: success()
3235
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)