Skip to content

Commit

Permalink
ci: Fixes config file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hui committed Mar 8, 2024
1 parent ac61765 commit ad7e896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static_site_build_e4e_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: bundle list
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "" --config _config.yml,_e4e-dev_config.yml
run: bundle exec jekyll build --baseurl "" --config _config.yml,_e4e_dev_config.yml
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down

0 comments on commit ad7e896

Please sign in to comment.