From 031ac6bd4accbc777eaebec3b60135bd3fc8923d Mon Sep 17 00:00:00 2001 From: tomvanmele Date: Tue, 14 May 2024 12:37:58 +0200 Subject: [PATCH] remove unused versions file --- .github/workflows/docs.yml | 1 + docs/_static/versions.json | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 docs/_static/versions.json diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2582ec1c..e6f9fbed 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,3 +17,4 @@ jobs: - uses: compas-dev/compas-actions.docs@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} + doc_url: https://compas.dev/compas_model/ diff --git a/docs/_static/versions.json b/docs/_static/versions.json deleted file mode 100644 index d701ac20..00000000 --- a/docs/_static/versions.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - { - "name": "latest", - "version": "unreleased", - "url": "https://compas.dev/compas_libigl/latest/" - } -] \ No newline at end of file