Skip to content

Commit

Permalink
Do you like this yaml syntax?
Browse files Browse the repository at this point in the history
  • Loading branch information
AhoyLemon committed Jan 20, 2024
1 parent 700719c commit d27a89c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sass-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- run: echo "๐Ÿš€ Job triggered by a ${{ github.event_name }}."
- run: ๐Ÿš€ Job triggered by a ${{ github.event_name }}.

- name: ๐Ÿ›’ Checkout source Git branch
uses: actions/checkout@v4
Expand All @@ -20,7 +20,7 @@ jobs:
fetch-depth: 10
submodules: true

- name: ๐Ÿ›’ Remove sourcemapped CSS.
- name: ๐Ÿšฎ Remove sourcemapped CSS.
run: rm css -r

- name: ๐Ÿช„ Make a new production CSS directory
Expand Down

0 comments on commit d27a89c

Please sign in to comment.