diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 06228a78..cea2221e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -14,8 +14,9 @@ jobs: if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved') runs-on: ubuntu-latest steps: - - uses: compas-dev/compas-actions.docs@mkdocs + - uses: compas-dev/compas-actions.docs@v5 with: github_token: ${{ secrets.GITHUB_TOKEN }} doc_url: https://compas.dev/compas_xr + generator: mkdocs extras: dev,mkdocs diff --git a/requirements-dev.txt b/requirements-dev.txt index dfc21200..a44826fe 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ attrs >=17.4 black >=22.12.0 bump-my-version -compas_invocations2[mkdocs] @ git+https://github.com/compas-dev/compas_invocations2.git@mkdocs +compas_invocations2>1 invoke >=0.14 pytest pythonnet