Skip to content

Commit

Permalink
Ignore .scss files
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Jul 15, 2023
1 parent 8e0a234 commit 1256be8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/configure-pages@v3
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle install && bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" --trace
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" --trace
env:
JEKYLL_ENV: production
MEDIUM_USER_ID: ${{ secrets.MEDIUM_USER_ID }}
Expand Down
3 changes: 3 additions & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
module.exports = {
ignore: [
"**/*.scss"
],
plugins: [
require('tailwindcss'),
require('autoprefixer'),
Expand Down

0 comments on commit 1256be8

Please sign in to comment.