We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64ba1e8 + 1e62605 commit e6cd6aaCopy full SHA for e6cd6aa
.github/workflows/build-and-deploy.yml
@@ -325,9 +325,6 @@ jobs:
325
# Add versioning artifacts
326
git add versioned_docs/ versioned_sidebars/ versions.json 2>/dev/null || true
327
328
- # Add deployment
329
- git add docs/
330
-
331
# Commit if there are changes
332
if ! git diff --staged --quiet; then
333
git commit -m "Add Docusaurus version ${{ env.VERSION_TAG }}
0 commit comments