diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 2976a514..d77d71f9 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -66,7 +66,7 @@ jobs: VERSION=${FULL_VERSION%.*}.x if [ ! -d "versioned_docs/version-${VERSION}" ]; then - npm ci + npm install npm run docusaurus docs:version ${VERSION} git add .