File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
- [build ]
2
- # with debugging: command = "git submodule update --init --remote && bundle exec jekyll build --verbose --trace --config '_config.yml,_config_staging.yml'"
1
+ [context . production ]
2
+ # Applies to the staging environment, generated from the `main` branch.
3
3
command = " git submodule update --init --remote && npm install && bundle exec jekyll build --profile --trace --config '_config.yml,_config_staging.yml'"
4
+ # with debugging: command = "git submodule update --init --remote && bundle exec jekyll build --verbose --trace --config '_config.yml,_config_staging.yml'"
5
+
6
+ [context .deploy-preview ]
7
+ # Applies to deploy previews, generated from pull requests.
8
+ # Include posts with a future date
9
+ command = " git submodule update --init --remote && npm install && bundle exec jekyll build --profile --trace --config '_config.yml,_config_staging.yml' --future"
10
+ # with debugging: command = "git submodule update --init --remote && bundle exec jekyll build --verbose --trace --config '_config.yml,_config_staging.yml' --future"
11
+
12
+ [build ]
4
13
publish = " _site"
5
14
6
15
[build .environment ]
You can’t perform that action at this time.
0 commit comments