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

Commit 392e0e7

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ 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'
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
57-
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305 # v3.8.0
57+
uses: peaceiris/actions-gh-pages@de7ea6f8efb354206b205ef54722213d99067935 # v3.9.0
5858
with:
5959
github_token: ${{ secrets.GITHUB_TOKEN }}
6060
publish_dir: .github/pages

0 commit comments

Comments
 (0)