From a136d275af81d7fe2245a312bf77e694fb865740 Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Tue, 13 Jun 2023 12:34:39 +0100 Subject: [PATCH] Publish docs without checking for existing tag (#69991) https://raintank-corp.slack.com/archives/C02LWF7FC5V/p1686647408339569 Signed-off-by: Jack Baldry --- .../publish-technical-documentation-release.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/publish-technical-documentation-release.yml b/.github/workflows/publish-technical-documentation-release.yml index 69fafd1d0e8..a5a4ed29754 100644 --- a/.github/workflows/publish-technical-documentation-release.yml +++ b/.github/workflows/publish-technical-documentation-release.yml @@ -28,23 +28,13 @@ jobs: - name: "Install Actions from library" run: "npm install --production --prefix ./actions" - - name: "Determine if there is a matching release tag" - id: "has-matching-release-tag" - uses: "./actions/has-matching-release-tag" - with: - ref_name: "${{ github.ref_name }}" - release_tag_regexp: "^v(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$" - release_branch_regexp: "^v(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.x$" - - name: "Determine technical documentation version" - if: "steps.has-matching-release-tag.outputs.bool == 'true'" uses: "./actions/docs-target" id: "target" with: ref_name: "${{ github.ref_name }}" - name: "Clone website-sync Action" - if: "steps.has-matching-release-tag.outputs.bool == 'true'" # WEBSITE_SYNC_TOKEN is a fine-grained GitHub Personal Access Token that expires. # It must be regenerated in the grafanabot GitHub account and requires a Grafana organization # GitHub administrator to update the organization secret. @@ -52,7 +42,6 @@ jobs: run: "git clone --single-branch --no-tags --depth 1 -b master https://grafanabot:${{ secrets.WEBSITE_SYNC_TOKEN }}@github.com/grafana/website-sync ./.github/actions/website-sync" - name: "Publish to website repository (release)" - if: "steps.has-matching-release-tag.outputs.bool == 'true'" uses: "./.github/actions/website-sync" id: "publish-release" with: