diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 85ae5a1..85045ed 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -20,7 +20,7 @@ jobs: - name: Install rye run: | curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" bash - source "$HOME/.rye/env" + export PATH="$HOME/.rye/shims:$PATH" - name: Install project and its dependencies run: rye sync - name: Build and deploy docs