Skip to content

Commit e6cd6aa

Browse files
Merge pull request #8 from reluctantfuturist/fix/versioned-workflow-docs-add
fix: fixes the versioned workflow
2 parents 64ba1e8 + 1e62605 commit e6cd6aa

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)