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 a264e2e commit 80ffcb2Copy full SHA for 80ffcb2
.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: 📥 Checkout code
14
uses: actions/checkout@v4
15
16
- - name: 🟢 Set up Node.js 22
+ - name: 🟢 Set up Node.js
17
uses: actions/setup-node@v4
18
with:
19
node-version: '22'
@@ -35,10 +35,10 @@ jobs:
35
- name: 🛠️ Build project
36
run: npm run build
37
38
- - name: 🛑 Disable Jekyll (for GitHub Pages)
+ - name: 🛑 Disable Jekyll
39
run: echo > dist/.nojekyll
40
41
- - name: 🚀 Deploy to GitHub Pages
+ - name: 🚀 Deploy
42
if: success() && github.ref == 'refs/heads/master'
43
uses: peaceiris/actions-gh-pages@v4
44
0 commit comments