Skip to content

Commit 86a3ae5

Browse files
committed
Add --profile to jekyll
1 parent 2a9d8ab commit 86a3ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_search_index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
working-directory: docs
5858
run: |
5959
rm -f .jekyll-metadata
60-
FULL_BUILD=1 bundle exec jekyll build --incremental
60+
FULL_BUILD=1 bundle exec jekyll build --incremental --profile
6161
- uses: actions/setup-node@v3
6262
with:
6363
node-version: 16

0 commit comments

Comments
 (0)