Skip to content

Commit a9d18f4

Browse files
committed
chore: do not pass template folder
1 parent 53afc05 commit a9d18f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

generate-api-doc-local.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ set -e
44

55
declare -r INTERMEDIATE_FILE="../discue-io-api-docs/docs/api-reference"
66
declare -r ENVIRONMENT_FILE="../discue-io-api-docs/generate-api-doc.config.json"
7-
declare -r TEMPLATE_FOLDER="../discue-io-api-docs/templates"
87

98
declare -r API_INPUT_FILE="../discue-io-api/api.yaml"
109

11-
cd ../widdershins && node widdershins -e "${ENVIRONMENT_FILE}" -o "${INTERMEDIATE_FILE}" -u "${TEMPLATE_FOLDER}" "${API_INPUT_FILE}"
10+
cd ../widdershins && node widdershins -e "${ENVIRONMENT_FILE}" -o "${INTERMEDIATE_FILE}" "${API_INPUT_FILE}"

0 commit comments

Comments
 (0)