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