Skip to content

Commit

Permalink
Update docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon authored Aug 10, 2023
1 parent 3a9aa29 commit 25276dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
repository: thejcannon/pants
ref: jcannon/documentation
- name: Run pants version
run: pants --version
run: |
curl --proto '=https' --tlsv1.2 -fsSL https://static.pantsbuild.org/setup/get-pants.sh | bash
pants --version
- name: Convert docs
run: |
yq eval '.site_url = "https://thejcannon.github.io/pants/docs"' -i docs/mkdocs.yml
Expand Down

0 comments on commit 25276dd

Please sign in to comment.