Skip to content

Commit e4a2a53

Browse files
committed
Disable production for now. See alshedivat/al-folio#3037
1 parent 2f42282 commit e4a2a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: |
8989
sudo apt-get update && sudo apt-get install -y imagemagick
9090
pip3 install --upgrade nbconvert
91-
export JEKYLL_ENV=production
91+
# export JEKYLL_ENV=production
9292
bundle exec jekyll build
9393
- name: Purge unused CSS 🧹
9494
run: |

0 commit comments

Comments
 (0)