dcp-client 4.3.4 → 4.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -67,8 +67,8 @@ npx techdocs-cli publish \
67
67
  --publisher-type awsS3 \
68
68
  --storage-name "$TECHDOCS_S3_BUCKET_NAME" \
69
69
  --entity "$ENTITY_NAMESPACE"/"$ENTITY_KIND"/"$ENTITY_NAME" \
70
- --directory "$ROOT_DIR"/site
70
+ --directory "$DOCS_DIR"/site
71
71
 
72
- rm -r "$ROOT_DIR"/site
72
+ rm -r "$DOCS_DIR"/site
73
73
 
74
74
  echo "View generated component: https://backstage.overwatch.distributive.network/docs/default/component/$ENTITY_NAME"