Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down