From 997d3ab6d24630bd7dbf6a13783324e18ac46514 Mon Sep 17 00:00:00 2001 From: Marton Vago Date: Wed, 22 Jul 2026 11:45:11 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20remove=20extra=20quartodo?= =?UTF-8?q?c=20build=20step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/.github/workflows/checks.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/template/.github/workflows/checks.yml b/template/.github/workflows/checks.yml index ef9c0f6..49074f5 100644 --- a/template/.github/workflows/checks.yml +++ b/template/.github/workflows/checks.yml @@ -124,9 +124,6 @@ jobs: - name: Build function reference docs run: uv run quartodoc build - - name: Build function reference docs - run: uvx quartodoc build - # Check that the website builds, but don't publish it - name: Render Quarto Project uses: quarto-dev/quarto-actions/render@8a96df13519ee81fd526f2dfca5962811136661b # v2.2.0