Skip to content

Commit

Permalink
ok try this
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon committed Dec 28, 2023
1 parent 687fea5 commit da415f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sync_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-latest
steps:
# Generate `help-all.json`
- uses: pantsbuild/actions/init-pants@v5-scie-pants
with:
gha-cache-key: v0
named-caches-hash: "" # We have nothing to hash since we have no state...
- name: Pants on!
run: |
curl --proto '=https' --tlsv1.2 -fsSL https://static.pantsbuild.org/setup/get-pants.sh | bash
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Generate help JSON
run: |
touch pants.toml
Expand Down

0 comments on commit da415f7

Please sign in to comment.