From efe02b86ffb2c75f2c41557f85c3404647c376cf Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 26 Jan 2022 14:35:06 +0100 Subject: [PATCH] docs: tweak line wrapping of doc action Signed-off-by: Patrik Oldsberg --- docs/features/techdocs/configuring-ci-cd.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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