From 01e4240dd31133bd8dbc1686c707fb9df755e92c Mon Sep 17 00:00:00 2001 From: Gonzalo Casas Date: Fri, 20 Mar 2026 16:32:06 +0100 Subject: [PATCH 1/2] Bump version of docs action --- .github/workflows/docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 From 27a19744783776170d57155f1a619821f48d2feb Mon Sep 17 00:00:00 2001 From: Gonzalo Casas Date: Fri, 20 Mar 2026 17:11:25 +0100 Subject: [PATCH 2/2] Bump dep --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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