Skip to content

Commit

Permalink
add rye to path
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebv committed Mar 11, 2024
1 parent 313fdcf commit 6d5a50e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
- name: Install rye
run: |
curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" bash
export PATH="$HOME/.rye/shims:$PATH"
- name: Install project and its dependencies
run: rye sync
run: |
rye sync
export PATH="~/.rye/shims:$PATH"
- name: Build and deploy docs
run: rye run mkdocs gh-deploy --force

0 comments on commit 6d5a50e

Please sign in to comment.