Skip to content

Commit

Permalink
ci: publish docs to master branch now that Alloy is launched
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto committed Apr 9, 2024
1 parent ba4acc7 commit b44c209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-documentation-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: "publish_next"
with:
repository: grafana/website
branch: robbymilo/alloy-launch
branch: master
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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-documentation-versioned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
id: "publish_release"
with:
repository: grafana/website
branch: robbymilo/alloy-launch
branch: master
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
Expand Down

0 comments on commit b44c209

Please sign in to comment.