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.
1 parent 9711b35 commit bef9bafCopy full SHA for bef9baf
.github/workflows/build-docusaurus.yml
@@ -50,7 +50,6 @@ jobs:
50
git checkout -b $BRANCH_NAME
51
git add ../docs
52
53
- # Check for staged changes before committing
54
if git diff --cached --quiet; then
55
echo "No changes to commit. Exiting workflow."
56
echo "create_pr=false" >> $GITHUB_ENV
@@ -67,7 +66,7 @@ jobs:
67
66
with:
68
token: ${{ secrets.GITHUB_TOKEN }}
69
commit-message: Update Docusaurus site [skip ci]
70
- branch: ${{ env.BRANCH_NAME }}
+ branch: ${{ env.BRANCH_NAME }} # ✅ Correct branch here
71
title: 'Update Docusaurus site'
72
body: 'This PR updates the static documentation site.'
73
base: main
0 commit comments