ci: try and compile sass
All checks were successful
notohh.dev / build (push) Successful in 1m18s

This commit is contained in:
notohh 2024-01-16 02:12:49 -05:00
parent b545c4acf4
commit 24882ce03e
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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