Skip to content

Commit

Permalink
Remove extra spaces in circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
mejiaj committed Sep 8, 2022
1 parent 2f92b09 commit e5f1546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
command: bundle install
- run:
name: Run Stylelint
command: npm run stylelint:fix
command: npm run stylelint:fix
- run:
name: Build site
command: bundle exec jekyll build
Expand Down

0 comments on commit e5f1546

Please sign in to comment.