diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index 69ccb73..66c6ce3 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -70,7 +70,7 @@ jobs: - name: Pip Upgrade continue-on-error: true - run: python -m pip install --upgrade --no-inputpip + run: python -m pip install --upgrade --no-input pip - name: MkDocs Setup continue-on-error: true run: pip install --upgrade --no-input mkdocs-material