Skip to content

Commit

Permalink
make this easy on me
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon committed Dec 28, 2023
1 parent c927d14 commit 3cf0254
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/sync_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
description: Pants Version to use (should be the full version, like "2.20.1rc2")
required: true
type: string
pants_repo_ref:
required: true
type: string

jobs:
build:
Expand All @@ -27,7 +30,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: pantsbuild/pants
ref: release_${{ inputs.version }}
ref: ${{ inputs.pants_repo_ref }}
fetch-depth: 0
path: pants
- name: Checkout docs repo
Expand Down
4 changes: 0 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,6 @@ const config = {
{
title: "Connect",
items: [
{
label: "Slack",
href: "https://pantsbuild.slack.com/",
},
{
label: "GitHub",
href: "https://github.com/pantsbuild/pants",
Expand Down

0 comments on commit 3cf0254

Please sign in to comment.