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"