Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
Actually use sass-build action instead.
  • Loading branch information
Matriks404 authored Jan 4, 2024
1 parent 17107c6 commit bc4142e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Generate CSS
run: |
chmod +x ./scripts/Build.Unix.sh
./scripts/Build.Unix.sh
- name: Compile CSS from SCSS files
uses: gha-utilities/sass-build@v0.5.1
with:
source: source_scss/main.scss
destination: source/style.css

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit bc4142e

Please sign in to comment.