Skip to content

Commit

Permalink
chore: do not pass template folder
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed May 18, 2022
1 parent 53afc05 commit a9d18f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions generate-api-doc-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ set -e

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

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

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

0 comments on commit a9d18f4

Please sign in to comment.