From 25276dd983477daf89818a8218095c57bfbdd0f9 Mon Sep 17 00:00:00 2001 From: Josh Cannon Date: Thu, 10 Aug 2023 17:28:09 -0500 Subject: [PATCH] Update docs.yaml --- .github/workflows/docs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 28444250779..02ea6e29477 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -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