Skip to content

Commit

Permalink
fix: venv/bin without leading dot
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Mar 27, 2024
1 parent 72aaceb commit 13b80ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Update OpenAPI docs
run: make openapi-update
- name: Build docs in strict mode
run: venv/bin/mkdocs build --strict
run: mkdocs build --strict
- name: Serve docs
run: |
mike deploy $(DSP) latest --update-aliases
Expand Down

0 comments on commit 13b80ca

Please sign in to comment.