Skip to content

Commit 03a716e

Browse files
author
John Goodliff
committed
Add emojis to deploy workflow steps
1 parent 2807919 commit 03a716e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)