diff --git a/.github/workflows/publish-technical-documentation-next.yml b/.github/workflows/publish-technical-documentation-next.yml index 0c9e50c2d8..a4a887d2b9 100644 --- a/.github/workflows/publish-technical-documentation-next.yml +++ b/.github/workflows/publish-technical-documentation-next.yml @@ -37,7 +37,7 @@ jobs: id: "publish-next" with: repository: "grafana/website" - branch: "master" + branch: "publish-to-pyroscope" host: "github.com" # PUBLISH_TO_WEBSITE_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 @@ -45,4 +45,4 @@ jobs: # The IT helpdesk can update the organization secret. github_pat: "grafanabot:${{ secrets.PUBLISH_TO_WEBSITE_TOKEN }}" source_folder: "docs/sources" - target_folder: "content/docs/phlare/next" + target_folder: "content/docs/pyroscope/next" diff --git a/.github/workflows/publish-technical-documentation-release.yml b/.github/workflows/publish-technical-documentation-release.yml index b12ad45f35..2863dacc41 100644 --- a/.github/workflows/publish-technical-documentation-release.yml +++ b/.github/workflows/publish-technical-documentation-release.yml @@ -68,7 +68,7 @@ jobs: id: "publish-release" with: repository: "grafana/website" - branch: "master" + branch: "publish-to-pyroscope" host: "github.com" # PUBLISH_TO_WEBSITE_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 @@ -77,4 +77,4 @@ jobs: github_pat: "grafanabot:${{ secrets.PUBLISH_TO_WEBSITE_TOKEN }}" source_folder: "docs/sources" # Append ".x" to target to produce a v..x directory. - target_folder: "content/docs/phlare/${{ steps.target.outputs.target }}.x" + target_folder: "content/docs/pyroscope/${{ steps.target.outputs.target }}.x"