This commit is contained in:
Juan Carlos Niebles 2023-06-24 10:44:23 -07:00 committed by GitHub
parent 4d955518bb
commit 6eebb65632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ jobs:
- name: Install and Build 🔧
run: |
npm install -g mermaid.cli
export JEKYLL_ENV=production
bundle exec jekyll build
- name: Deploy 🚀
if: github.event_name != 'pull_request'