Skip to content

Commit

Permalink
Set environment to production.
Browse files Browse the repository at this point in the history
  • Loading branch information
Otacon committed Sep 29, 2024
1 parent 78131ca commit 9b24bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Create Blog
working-directory: ./blog
env:
JEKYLL_ENV=production
JEKYLL_ENV: production
run: |
bundle update
bundle exec jekyll build -d ../build/web/blog
Expand Down

0 comments on commit 9b24bd9

Please sign in to comment.