Created
September 5, 2020 16:45
-
-
Save Dnomyar/55b1342a0f553044dfa7d14823d3e18b to your computer and use it in GitHub Desktop.
Github action - Compass scss to css and sprite generation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ... | |
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