From 60220b5b83f05d08c532addfe2bf5a60901c2672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Werner?= Date: Sun, 9 Jul 2023 14:47:35 +0200 Subject: [PATCH] Add docu sync for releases --- .github/scripts/sync_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/sync_docs.sh b/.github/scripts/sync_docs.sh index 0b0f45fa..0b74fc7f 100755 --- a/.github/scripts/sync_docs.sh +++ b/.github/scripts/sync_docs.sh @@ -5,7 +5,7 @@ BRANCH="main" REPO_URL="github.com/gofiber/docs.git" AUTHOR_EMAIL="github-actions[bot]@users.noreply.github.com" AUTHOR_USERNAME="github-actions[bot]" -VERSION_FILE="template_versions.json" +VERSION_FILE="storage_versions.json" REPO_DIR="storage" COMMIT_URL="https://github.com/gofiber/storage" DOCUSAURUS_COMMAND="npm run docusaurus -- docs:version:storage"