Skip to content

Commit b6161fe

Browse files
committed
1 parent d3d0f82 commit b6161fe

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 3.0.0-61-ga7b863a
2+
_commit: 3.0.0-63-g2000007
33
_src_path: https://github.com/DiamondLightSource/python-copier-template.git
44
author_email: tom.cobb@diamond.ac.uk
55
author_name: Tom Cobb

.github/workflows/_docs.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
on:
22
workflow_call:
3-
inputs:
4-
publish:
5-
type: boolean
6-
description: If true, publishes docs to gh-pages
73

84

95
jobs:
@@ -49,7 +45,7 @@ jobs:
4945
run: python .github/pages/make_switcher.py --add $DOCS_VERSION ${{ github.repository }} .github/pages/switcher.json
5046

5147
- name: Publish Docs to gh-pages
52-
if: inputs.publish && (github.ref_type == 'tag' || github.ref_name == 'main')
48+
if: github.ref_type == 'tag' || github.ref_name == 'main'
5349
# We pin to the SHA, not the tag, for security reasons.
5450
# https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
5551
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ jobs:
4040

4141
docs:
4242
uses: ./.github/workflows/_docs.yml
43-
with:
44-
publish: ${{ needs.test.result == 'success' }}
4543

4644

4745
dist:

0 commit comments

Comments
 (0)