diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c861cac3..de0a668f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,9 +3,6 @@ on: push: branches: - main - pull_request: - branches: - - main permissions: contents: write @@ -18,5 +15,5 @@ jobs: - uses: actions/setup-python@v4 with: python-version: 3.x - - run: pip install -r requirements.txt - - run: mkdocs gh-deploy --force \ No newline at end of file + - run: pip install mkdocs mkdocs-material + - run: mkdocs gh-deploy --force