We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd9d68 commit f419bd8Copy full SHA for f419bd8
.github/workflows/stable-docs.yml
@@ -41,8 +41,8 @@ jobs:
41
- name: Handle Commit to Main
42
if: contains(github.event.head_commit.message, '!stable-docs')
43
run: |
44
- git fetch origin stable-docs:stable-docs
45
- git checkout stable-docs
+ git fetch origin
+ git checkout -b stable-docs origin/stable-docs
46
# !stable-docs should only be in the one commit, so apply changes from that commit
47
PATCH=$(git show ${{ github.sha }} -- docs/)
48
# Check if patch is non-empty
0 commit comments