We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b4909 commit 070192cCopy full SHA for 070192c
.github/workflows/deploy.yml
@@ -89,7 +89,7 @@ jobs:
89
sudo apt-get update && sudo apt-get install -y imagemagick
90
pip3 install --upgrade nbconvert
91
export JEKYLL_ENV=production
92
- bundle exec jekyll build
+ bundle exec jekyll build --trace --verbose
93
- name: Purge unused CSS 🧹
94
run: |
95
npm install -g purgecss
0 commit comments