Skip to content

Commit 1e62605

Browse files
fix: fixes the versioned workflow
1 parent 64ba1e8 commit 1e62605

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,6 @@ jobs:
325325
# Add versioning artifacts
326326
git add versioned_docs/ versioned_sidebars/ versions.json 2>/dev/null || true
327327
328-
# Add deployment
329-
git add docs/
330-
331328
# Commit if there are changes
332329
if ! git diff --staged --quiet; then
333330
git commit -m "Add Docusaurus version ${{ env.VERSION_TAG }}

0 commit comments

Comments
 (0)