Update .github/workflows/pages-deploy.yml
Some checks failed
Build and Deploy / build (push) Failing after 2m6s

This commit is contained in:
Aliberk Sandıkçı 2024-11-11 22:36:01 +03:00
parent a177cd0ebd
commit 638dd5f9df

View file

@ -58,7 +58,9 @@ jobs:
# (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets)
- name: Build Site
run: bundle exec jekyll b
run: |
bundle install
bundle exec jekyll b
env:
JEKYLL_ENV: "production"