diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3abca42b1a..17facf4155 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,16 +1,16 @@ # continuous integration -/.github/workflows/ @mauwii @lstein +/.github/workflows/ @mauwii @lstein @blessedcoolant # documentation -/docs/ @lstein @mauwii @tildebyte -/mkdocs.yml @lstein @mauwii +/docs/ @lstein @mauwii @tildebyte @blessedcoolant +/mkdocs.yml @lstein @mauwii @blessedcoolant # nodes /invokeai/app/ @Kyle0654 @blessedcoolant # installation and configuration /pyproject.toml @mauwii @lstein @blessedcoolant -/docker/ @mauwii @lstein +/docker/ @mauwii @lstein @blessedcoolant /scripts/ @ebr @lstein /installer/ @lstein @ebr /invokeai/assets @lstein @ebr diff --git a/.github/workflows/mkdocs-material.yml b/.github/workflows/mkdocs-material.yml index 26a46c1328..f8f58a6b0c 100644 --- a/.github/workflows/mkdocs-material.yml +++ b/.github/workflows/mkdocs-material.yml @@ -34,6 +34,8 @@ jobs: - name: deploy to gh-pages if: ${{ github.ref == 'refs/heads/main' }} + with: + github-token: ${{ secrets.GITHUB_TOKEN }} run: | python -m \ mkdocs gh-deploy \ diff --git a/README.md b/README.md index 5857b2d898..4f399a332c 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ not supported. _For Windows/Linux with an NVIDIA GPU:_ ```terminal - pip install InvokeAI[xformers] --use-pep517 --extra-index-url https://download.pytorch.org/whl/cu117 + pip install "InvokeAI[xformers]" --use-pep517 --extra-index-url https://download.pytorch.org/whl/cu117 ``` _For Linux with an AMD GPU:_