Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit d293f1b

Browse files
committed
Merge branch 'review-nov22' of github.com:DiamondLightSource/python3-pip-skeleton into review-nov22
2 parents 392e0e7 + 78c30de commit d293f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: python .github/pages/make_switcher.py --add $DOCS_VERSION ${{ github.repository }} .github/pages/switcher.json
5252

5353
- name: Publish Docs to gh-pages
54-
if: github.event_name == 'push' && github.actor == 'dependabot[bot]'
54+
if: github.event_name == 'push' && github.actor != 'dependabot[bot]'
5555
# We pin to the SHA, not the tag, for security reasons.
5656
# https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
5757
uses: peaceiris/actions-gh-pages@de7ea6f8efb354206b205ef54722213d99067935 # v3.9.0

0 commit comments

Comments
 (0)