From a4dd677f1b3e024f912e2df2fcebdc70746ddc50 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 28 Feb 2022 22:13:05 +0300 Subject: [PATCH] Update update.js --- scripts/commands/api/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/commands/api/update.js b/scripts/commands/api/update.js index e83d219b..d69e26ce 100644 --- a/scripts/commands/api/update.js +++ b/scripts/commands/api/update.js @@ -3,7 +3,7 @@ const { program } = require('commander') const _ = require('lodash') const CHANNELS_PATH = process.env.CHANNELS_PATH || 'sites/**/*.channels.xml' -const OUTPUT_DIR = process.env.OUTPUT_DIR || '.gh-pages/api' +const OUTPUT_DIR = process.env.OUTPUT_DIR || '.api' async function main() { let guides = []