Skip to content

Commit

Permalink
qs
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmygithubaccount committed Aug 16, 2024
1 parent 56a14e3 commit 5ae74b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ jobs:
run: just setup

- name: build site
shell: bash
run: |
source .venv/bin/activate
. .venv/bin/activate
just docs-build
- name: deploy
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build:
setup *args:
@pip install uv
@uv venv
@source ./.venv/bin/activate
@. .venv/bin/activate
@uv pip install --upgrade --resolution=highest -r dev-requirements.txt {{args}}

# uninstall
Expand Down

0 comments on commit 5ae74b4

Please sign in to comment.