From 84c759ee9abcb1f6537c7b635ea2e67b0f50311a Mon Sep 17 00:00:00 2001 From: Niels Bantilan Date: Thu, 7 Dec 2023 17:14:20 -0500 Subject: [PATCH] debug Signed-off-by: Niels Bantilan --- .github/workflows/codespell.yml | 2 +- .github/workflows/tests.yml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 47c6f06c898..c90557d62d3 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -25,4 +25,4 @@ jobs: - name: Codespell uses: codespell-project/actions-codespell@v2 with: - skip: "*.pb,monodocs.conda-lock.yaml" + skip: "*.pb,monodocs-environment.lock.yaml" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4d1d46d6455..807e9ffe77f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,9 +49,7 @@ jobs: uses: ts-graphviz/setup-graphviz@v1 - name: Build the documentation shell: bash -el {0} - run: | - conda activate monodocs-env - make docs + run: make docs generate_kustomize: runs-on: ubuntu-latest