File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,25 +14,25 @@ jobs:
1414 node-version : [24]
1515
1616 steps :
17- - name : Checkout repository
17+ - name : 📂 Checkout repository
1818 uses : actions/checkout@v4
1919
20- - name : Install pnpm
20+ - name : 📦 Install pnpm
2121 uses : pnpm/action-setup@v4
2222
23- - name : Use Node.js ${{ matrix.node-version }}
23+ - name : 🟢 Use Node.js ${{ matrix.node-version }}
2424 uses : actions/setup-node@v4
2525 with :
2626 node-version : ${{ matrix.node-version }}
2727 cache : ' pnpm'
2828
29- - name : Install dependencies
29+ - name : 📥 Install dependencies
3030 run : pnpm install
3131
32- - name : Build site
32+ - name : 🛠️ Build site
3333 run : pnpm build
3434
35- - name : Deploy to GitHub Pages
35+ - name : 🚀 Deploy to GitHub Pages
3636 uses : peaceiris/actions-gh-pages@v4
3737 with :
3838 github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments