ci: try and compile sass
All checks were successful
notohh.dev / build (push) Successful in 1m18s
All checks were successful
notohh.dev / build (push) Successful in 1m18s
This commit is contained in:
parent
b545c4acf4
commit
24882ce03e
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ jobs:
|
|||
github-token: ${{ secrets.GH_TOKEN }}
|
||||
- name: build
|
||||
run: |
|
||||
nix run nixpkgs#dart-sass -- scss/main.scss static/dist/main.css
|
||||
nix run nixpkgs#elmPackages.elm-land -- build
|
||||
- name: deploy
|
||||
uses: https://github.com/cloudflare/wrangler-action@v3
|
||||
|
|
Loading…
Reference in a new issue