Skip to content

Commit

Permalink
🐞 fix(workflow):
Browse files Browse the repository at this point in the history
Change le chemin de index.scss
  • Loading branch information
vincentberry committed Mar 13, 2024
1 parent f0c8b40 commit d60b20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Compile SCSS
run: |
sass /app/public/assets/style/index.scss /app/public/assets/style/index.css
sass app/public/assets/style/index.scss app/public/assets/style/index.css
- name: docker login
env:
Expand Down

0 comments on commit d60b20c

Please sign in to comment.