From 15f0324535aadfa5d07bd5cc1dea6f73ec8a7928 Mon Sep 17 00:00:00 2001 From: afernand Date: Fri, 27 Sep 2024 12:49:43 +0200 Subject: [PATCH] feat: Add CI generation --- .github/workflows/ci_cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 1ab67d381b..d8b4a06a06 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -102,9 +102,10 @@ jobs: uses: pyvista/setup-headless-display-action@v2 - name: "Run Ansys documentation building action" - uses: ansys/actions/doc-build@v7 + uses: ansys/actions/doc-build@main with: check-links: false + needs-quarto: true env: PYPRIMEMESH_LAUNCH_CONTAINER: 1 PYPRIMEMESH_SPHINX_BUILD: 1