ci: use pdm to run for venv

This commit is contained in:
Daylin Morgan 2023-05-14 14:27:59 -05:00
parent efa3e1f41c
commit 1dd0e8764a
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -22,7 +22,7 @@ jobs:
run: pdm install # Then you can use pdm in the following steps.
- name: Build Docs
run: make docs
run: pdm run make docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v3