Skip to content

Commit

Permalink
🐞 fix(workflow):
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentberry committed Mar 13, 2024
1 parent 5710551 commit 6ee4598
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/docker-image_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,16 @@ jobs:

- uses: actions/checkout@v2

- name: Install Node.js and npm
uses: actions/setup-node@v5
with:
node-version: '14'

- name: Install Sass
run: npm install -g sass

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

0 comments on commit 6ee4598

Please sign in to comment.