We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e01ba1 commit aa859cdCopy full SHA for aa859cd
2 files changed
.github/workflows/auto-publish-branch.yml
@@ -135,7 +135,8 @@ jobs:
135
run: mike deploy "${{ steps.version.outputs.mike_alias }}" --branch gh-pages --push
136
137
- name: Notify Slack
138
- if: steps.check.outputs.published == 'true'
+ # if: steps.check.outputs.published == 'true'
139
+ if: false
140
env:
141
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_DOCS_CHANNEL_URL }}
142
MIKE_ALIAS: ${{ steps.version.outputs.mike_alias }}
.github/workflows/auto-sync-core.yml
@@ -45,7 +45,6 @@ jobs:
45
git commit -m "Squash merge ${{ github.ref_name }} into ${{ matrix.branch }}"
46
git push origin ${{ matrix.branch }}
47
echo "status=success" >> $GITHUB_OUTPUT
48
- fi
49
else
50
# Merge conflict: retry with 'theirs'
51
git reset --hard HEAD
0 commit comments