Skip to content

Commit ffd61f8

Browse files
authored
Add slang release branch change to stable commit (#112)
This change fixes an issue with the ReadTheDocs "stable" branch syncing where the switch to the release tag is not added to the commit that gets force pushed, resulting in the "latest" docs being used for "stable".
1 parent 83a89ef commit ffd61f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sync-stable-branch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
5050
- name: Commit and push changes to stable branch
5151
run: |
52+
git add docs/external/slang
5253
git commit -m "Sync stable to release (slang@${{ steps.slang_latest_tag.outputs.tag }})"
5354
git push origin HEAD:stable --force
5455
echo "Committed and force-pushed updates to stable branch."

0 commit comments

Comments
 (0)