From e10e189199554ba017e9b4c7811d4d8ceb574e78 Mon Sep 17 00:00:00 2001 From: Josh Thomas Date: Sat, 10 Feb 2024 17:53:58 -0600 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a6dbf03..77fc8aa 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ build: - tree jobs: pre_build: - - curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to . + - curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin - tree - cog -r ./docs/development/just.md os: ubuntu-22.04