Skip to content

Instantly share code, notes, and snippets.

@Dnomyar
Created September 5, 2020 16:45
Show Gist options
  • Save Dnomyar/55b1342a0f553044dfa7d14823d3e18b to your computer and use it in GitHub Desktop.
Save Dnomyar/55b1342a0f553044dfa7d14823d3e18b to your computer and use it in GitHub Desktop.
Github action - Compass scss to css and sprite generation
# ...
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
# needs config.rb at the root
- name: Compass - Generate css and sprites
uses: docker://marmelab/compass
with:
args: compile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment