diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index eeeaa3e..4368782 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,7 +24,7 @@ jobs: python-version: '3.12' # ADJUST THIS: install all dependencies (including pdoc) - - run: pip install pdoc3 pip + - run: pip install pdoc3 pip urllib3 six - run: pip install -r requirements.txt - run: sudo chmod 777 /var/log # ADJUST THIS: build your documentation into docs/.