Skip to content

Commit

Permalink
chore: simplify CI yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Feb 20, 2024
1 parent edad275 commit a0d7d8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
- run: |
cd docs/
uv v && . .venv/bin/activate
uv pip install -r requirements.txt
make build
make install build
job_deploy:
# deploy only on the "stable" branch
if: ${{ github.ref == 'refs/heads/stable' }}
Expand All @@ -35,5 +34,4 @@ jobs:
- run: |
cd docs/
uv v && . .venv/bin/activate
uv pip install -r requirements.txt
make deploy
make install deploy
3 changes: 1 addition & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ jobs:
- name: Do linting
run: |
uv v && . .venv/bin/activate
uv pip install -r requirements.txt
make ci-check
make install ci-check

0 comments on commit a0d7d8b

Please sign in to comment.