Skip to content

Commit 2392758

Browse files
CCM-13342: remove the clear cache when we are building the project
1 parent 2d18f71 commit 2392758

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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-ci BASE_URL="${BASE_URL}" VERSION="${VERSION}"
22+
run: make build BASE_URL="${BASE_URL}" VERSION="${VERSION}"
2323
env:
2424
JEKYLL_ENV: production
2525
BASE_URL: ${{ steps.pages.outputs.base_path }}

src/cloudevents/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ deploy:
6868

6969
clean::
7070
@echo "=== Cleaning output/ and schemas/ directories ==="
71-
npm run clear-cache
72-
npm run cache-info
7371
rm -rf $(OUTPUT_BASE_PATH)
7472
rm -rf $(SCHEMAS_BASE_PATH)
7573
rm -rf $(DOCS_BASE_PATH)

0 commit comments

Comments
 (0)