We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d95551 commit 6eebb65Copy full SHA for 6eebb65
.github/workflows/deploy.yml
@@ -28,6 +28,7 @@ jobs:
28
- name: Install and Build 🔧
29
run: |
30
npm install -g mermaid.cli
31
+ export JEKYLL_ENV=production
32
bundle exec jekyll build
33
- name: Deploy 🚀
34
if: github.event_name != 'pull_request'
0 commit comments