commit 212554594763d6a104aed48d7d6d752ba783620c parent a4abc7ca2b84ed234683e100e2430b5ece29de46 Author: Zane Schaffer <101823296+znschaffer@users.noreply.github.com> Date: Mon, 20 Nov 2023 12:04:16 -0800 Update main.yml Diffstat:
| M | .github/workflows/main.yml | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml @@ -8,6 +8,12 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Compile CSS from SCSS files + uses: gha-utilities/sass-build@v0.5.1 + with: + source: src/custom.scss + destination: src/custom.css + - name: convert markdown to html uses: docker://pandoc/core:latest with: