From df1985a160c29744ec4c03c9479abe43262802fd Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Thu, 24 Jul 2025 20:40:50 +0200 Subject: [PATCH] ci: :construction_worker: switch to using non-Python based website workflow --- .github/workflows/build-website.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-website.yml b/.github/workflows/build-website.yml index b24f3c4..42a4f30 100644 --- a/.github/workflows/build-website.yml +++ b/.github/workflows/build-website.yml @@ -10,8 +10,6 @@ permissions: read-all jobs: build-website: - uses: seedcase-project/.github/.github/workflows/reusable-build-docs-with-python.yml@main + uses: seedcase-project/.github/.github/workflows/reusable-build-docs.yml@main secrets: netlify-token: ${{ secrets.NETLIFY_AUTH_TOKEN }} - # This is to allow using `gh` CLI - github-token: ${{ secrets.GITHUB_TOKEN }}