We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82f3d1 commit 7d43125Copy full SHA for 7d43125
packages/api/build.sh
@@ -7,7 +7,7 @@ mkdir ./spec
7
LOCAL_OPENAPI_FILE=../../../gitbook-x/packages/api-client/static/openapi.yaml
8
9
if [[ -z "${GITBOOK_OPENAPI_URL}" ]]; then
10
- OPENAPI_URL="https://api.gitbook.com/openapi.yaml"
+ OPENAPI_URL="https://api.gitbook.com/openapi.yaml?cacheBust=$(date +%s)"
11
else
12
OPENAPI_URL="${GITBOOK_OPENAPI_URL}"
13
fi
0 commit comments