Skip to content

Commit 43cf6ac

Browse files
committed
chore: � add emojis to deployment workflow
1 parent 000fb01 commit 43cf6ac

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy to GitHub Pages
1+
name: 🚀 Deploy to GitHub Pages
22

33
on:
44
# Trigger the workflow every time you push to the `main` branch
@@ -18,10 +18,10 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- name: Checkout your repository using git
21+
- name: 📥 Checkout your repository using git
2222
uses: actions/checkout@v4
2323

24-
- name: Install, build, and upload your site
24+
- name: 🏗️ Install, build, and upload your site
2525
uses: withastro/action@v3
2626
# with:
2727
# path: . # The root location of your Astro project inside the repository. (optional)
@@ -35,6 +35,6 @@ jobs:
3535
name: github-pages
3636
url: ${{ steps.deployment.outputs.page_url }}
3737
steps:
38-
- name: Deploy to GitHub Pages
38+
- name: 🚀 Deploy to GitHub Pages
3939
id: deployment
4040
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)