diff options
| author | 2021-12-04 04:25:23 +0400 | |
|---|---|---|
| committer | 2021-12-04 04:25:23 +0400 | |
| commit | 2196b4c6d82dad108a87941cdd75787aa9cd2d9a (patch) | |
| tree | a3919899b8adbbed5822d40e2ab7dacfa084ab9c /.github | |
| parent | Add Favicon (diff) | |
Move Doc Dependencies Into Dev Section
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 47480c3a..8018d63c 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -23,7 +23,7 @@ jobs: - name: Install Python Dependencies uses: HassanAbouelela/actions/setup-python@setup-python_v1.0.0 with: - dev: false + dev: true python_version: 3.9 # Undeclared dependency for `releases`... whoops |