diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-12-13 13:46:52 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-12-13 13:46:52 +0100 |
| commit | 64e0957cfb5e3d0b6478be2052b03f0810db2567 (patch) | |
| tree | c0f56ae9393bc78e4f983aa6a8eea8b7645e2a36 /.forgejo/workflows | |
| parent | ab50e998cb8ae245fb8ff40edc9d17879addc795 (diff) | |
Workflows Docs: Get rid of pip
Diffstat (limited to '.forgejo/workflows')
| -rw-r--r-- | .forgejo/workflows/docs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.forgejo/workflows/docs.yml b/.forgejo/workflows/docs.yml index d8fcbb4..89337cb 100644 --- a/.forgejo/workflows/docs.yml +++ b/.forgejo/workflows/docs.yml @@ -1,5 +1,5 @@ env: - BUILD_DEPENDENCIES: git make mkdocs python3-markdown-include python3-pip + BUILD_DEPENDENCIES: git make mkdocs python3-markdown-include on: push: branches: |
