Skip to content

Commit 1d0458e

Browse files
committed
fix: use config when deploying docs site
1 parent 8985d24 commit 1d0458e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: make fetch
5454

5555
- name: Build site
56-
run: bundle exec jekyll build
56+
run: bundle exec jekyll build --config _config.yml,_config_production.yml
5757
env:
5858
JEKYLL_ENV: production
5959

0 commit comments

Comments
 (0)