Skip to content

Commit 2d18f71

Browse files
CCM-13342: build-ci
1 parent 03b9868 commit 2d18f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-docs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
working-directory: ./docs
2020
# Outputs to the './_site' directory by default
2121
shell: bash
22-
run: make build BASE_URL="${BASE_URL}" VERSION="${VERSION}"
22+
run: make build-ci BASE_URL="${BASE_URL}" VERSION="${VERSION}"
2323
env:
2424
JEKYLL_ENV: production
2525
BASE_URL: ${{ steps.pages.outputs.base_path }}

0 commit comments

Comments
 (0)