Skip to content

Commit 80ffcb2

Browse files
committed
feat: trigger build
1 parent a264e2e commit 80ffcb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

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

16-
- name: 🟢 Set up Node.js 22
16+
- name: 🟢 Set up Node.js
1717
uses: actions/setup-node@v4
1818
with:
1919
node-version: '22'
@@ -35,10 +35,10 @@ jobs:
3535
- name: 🛠️ Build project
3636
run: npm run build
3737

38-
- name: 🛑 Disable Jekyll (for GitHub Pages)
38+
- name: 🛑 Disable Jekyll
3939
run: echo > dist/.nojekyll
4040

41-
- name: 🚀 Deploy to GitHub Pages
41+
- name: 🚀 Deploy
4242
if: success() && github.ref == 'refs/heads/master'
4343
uses: peaceiris/actions-gh-pages@v4
4444
with:

0 commit comments

Comments
 (0)