Skip to content

Commit

Permalink
maybe this fixes it?
Browse files Browse the repository at this point in the history
  • Loading branch information
owenmoogk committed Aug 4, 2024
1 parent 36a8f31 commit fab8313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
run: npm install

- name: Install less-watch-compiler
run: npm install less-watch-compiler
run: npm install -g less-watch-compiler

- name: Compile Less to CSS
run: less-watch-compiler src/less src/css --run-once
run: npx less-watch-compiler src/less src/css --run-once

- name: Deploy
run: npm run deploy
Expand Down

0 comments on commit fab8313

Please sign in to comment.