From 1f5f2ca8f28c3e783fbcdb2230fae1f8fde651e7 Mon Sep 17 00:00:00 2001 From: Andrea Settimi Date: Fri, 16 Aug 2024 18:48:58 +0200 Subject: [PATCH] WIP: testin sphinx build + artifacts x19 --- .github/workflows/documentation.yml | 8 ++++---- deps/eigen | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) delete mode 160000 deps/eigen diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 935ffb0d..5d4dc359 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -33,9 +33,9 @@ jobs: # restore-keys: | # ${{ runner.os }}-conda- - - name: Activate diff_check conda environment - run: | - conda activate diff_check + # - name: Activate diff_check conda environment + # run: | + # conda activate diff_check - name: Cmake Configure run: | @@ -58,7 +58,7 @@ jobs: - name: Sphinx build run: | - invoke documentize + conda run --name diff_check --no-capture-output sphinx-build doc _build diff --git a/deps/eigen b/deps/eigen deleted file mode 160000 index 59498c96..00000000 --- a/deps/eigen +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 59498c96fec50ce3fbdc5162ca19e733e85a1c5c