We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c504e21 commit 361022aCopy full SHA for 361022a
1 file changed
.github/workflows/pr-preview.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Build Jekyll site
56
run: |
57
- bundle exec jekyll build --config _config_preview.yml
+ bundle exec jekyll build --config _config.yml,_config_preview.yml
58
59
- name: Push to preview repo
60
0 commit comments