Skip to content

Commit bef9baf

Browse files
committed
Update build
1 parent 9711b35 commit bef9baf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-docusaurus.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
git checkout -b $BRANCH_NAME
5151
git add ../docs
5252
53-
# Check for staged changes before committing
5453
if git diff --cached --quiet; then
5554
echo "No changes to commit. Exiting workflow."
5655
echo "create_pr=false" >> $GITHUB_ENV
@@ -67,7 +66,7 @@ jobs:
6766
with:
6867
token: ${{ secrets.GITHUB_TOKEN }}
6968
commit-message: Update Docusaurus site [skip ci]
70-
branch: ${{ env.BRANCH_NAME }}
69+
branch: ${{ env.BRANCH_NAME }} # ✅ Correct branch here
7170
title: 'Update Docusaurus site'
7271
body: 'This PR updates the static documentation site.'
7372
base: main

0 commit comments

Comments
 (0)