From 1e62605c150ff0278331aa6e2ae3d93b260e564f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 Oct 2025 11:17:27 -0700 Subject: [PATCH] fix: fixes the versioned workflow --- .github/workflows/build-and-deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index d5faa61..49a2009 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -325,9 +325,6 @@ jobs: # Add versioning artifacts git add versioned_docs/ versioned_sidebars/ versions.json 2>/dev/null || true - # Add deployment - git add docs/ - # Commit if there are changes if ! git diff --staged --quiet; then git commit -m "Add Docusaurus version ${{ env.VERSION_TAG }}