Skip to content

Commit

Permalink
fix sass --minify not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Irtiza90 authored Aug 14, 2024
1 parent 3535835 commit 8533998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16' # Specify the Node.js version you need
node-version: '16'

- name: Install Sass
run: npm install sass # Install Sass locally

- name: Compile Sass
run: npx sass scss:assets/css --minify # Adjust paths as necessary
run: npx --style=compressed sass scss:assets/css

- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
Expand Down

0 comments on commit 8533998

Please sign in to comment.