From 24a1477e06df3a3b5469687486a07b12e136807b Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Thu, 23 Nov 2023 13:53:53 -0600 Subject: [PATCH] Ran prettier Signed-off-by: Andre Wanlin --- .github/workflows/techdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/techdocs.yml b/.github/workflows/techdocs.yml index 739ea4e29..d05dce7f8 100644 --- a/.github/workflows/techdocs.yml +++ b/.github/workflows/techdocs.yml @@ -5,7 +5,7 @@ on: # Run Daily at 10:00 UTC time schedule: - - cron: "0 10 * * *" + - cron: '0 10 * * *' concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -41,4 +41,4 @@ jobs: run: techdocs-cli generate --no-docker --verbose - name: Publish docs site - run: techdocs-cli publish --publisher-type googleGcs --storage-name ${{ secrets.TECHDOCS_GCS_BUCKET }} --entity default/component/backstage \ No newline at end of file + run: techdocs-cli publish --publisher-type googleGcs --storage-name ${{ secrets.TECHDOCS_GCS_BUCKET }} --entity default/component/backstage