File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Deploy to GitHub Pages
1+ name : 🚀 Deploy to GitHub Pages
22
33on :
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)
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
You can’t perform that action at this time.
0 commit comments