mirror of
https://github.com/daylinmorgan/logo.git
synced 2024-12-21 22:10:45 -06:00
fix: use pdm run instead of activating venv
This commit is contained in:
parent
27491769aa
commit
d7550868fc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-publish.yml
vendored
2
.github/workflows/build-publish.yml
vendored
|
@ -18,4 +18,4 @@ jobs:
|
|||
run: pdm install
|
||||
|
||||
- name: Build Logo's
|
||||
run: source ./venv/bin/activate && make all
|
||||
run: pdm run make all
|
||||
|
|
Loading…
Reference in a new issue