diff --git a/docs/features/techdocs/configuring-ci-cd.md b/docs/features/techdocs/configuring-ci-cd.md index c8af6e4d87..a4da4e5d95 100644 --- a/docs/features/techdocs/configuring-ci-cd.md +++ b/docs/features/techdocs/configuring-ci-cd.md @@ -173,9 +173,7 @@ jobs: run: techdocs-cli generate --no-docker --verbose - name: Publish docs site - run: techdocs-cli publish --publisher-type awsS3 --storage-name - $TECHDOCS_S3_BUCKET_NAME --entity - $ENTITY_NAMESPACE/$ENTITY_KIND/$ENTITY_NAME + run: techdocs-cli publish --publisher-type awsS3 --storage-name $TECHDOCS_S3_BUCKET_NAME --entity $ENTITY_NAMESPACE/$ENTITY_KIND/$ENTITY_NAME ``` When the new repository is scaffolded or new documentation updates are