Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Update generateStylusFile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzie authored May 8, 2020
1 parent 70f6d89 commit 9844f8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generateStylusFile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm i | npm run scss
- run: npm install
- run: npm run scss
- name: Set up Python
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 9844f8b

Please sign in to comment.