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 6d5a50e commit 548c498
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ jobs:
python-version: "3.12"
# TODO cache rye installation
- name: Install rye
run: |
curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" bash
run: curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" bash
- name: Install project and its dependencies
run: |
rye sync
export PATH="~/.rye/shims:$PATH"
rye sync
- name: Build and deploy docs
run: rye run mkdocs gh-deploy --force

0 comments on commit 548c498

Please sign in to comment.