mirror of
https://github.com/daylinmorgan/yartsu.git
synced 2024-11-12 17:23:15 -06:00
ci: use pdm to run for venv
This commit is contained in:
parent
efa3e1f41c
commit
1dd0e8764a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
run: pdm install # Then you can use pdm in the following steps.
|
run: pdm install # Then you can use pdm in the following steps.
|
||||||
|
|
||||||
- name: Build Docs
|
- name: Build Docs
|
||||||
run: make docs
|
run: pdm run make docs
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
|
Loading…
Reference in a new issue