Have Drone build SASS.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-03-28 23:26:55 -07:00
parent 2137eea908
commit 7c103f5ae2
2 changed files with 5 additions and 107 deletions

View File

@@ -7,6 +7,11 @@ volumes:
temp: {}
steps:
- name: compile-sass
image: ellerbrock/alpine-sass
commands:
- mkdir -p css
- sassc scss/style.scss css/style.css
- name: build-resume
image: pink33n/html-to-pdf
commands: