File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 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
44author_email : tom.cobb@diamond.ac.uk
55author_name : Tom Cobb
Original file line number Diff line number Diff line change 11on :
22 workflow_call :
3- inputs :
4- publish :
5- type : boolean
6- description : If true, publishes docs to gh-pages
73
84
95jobs :
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
Original file line number Diff line number Diff line change 4040
4141 docs :
4242 uses : ./.github/workflows/_docs.yml
43- with :
44- publish : ${{ needs.test.result == 'success' }}
4543
4644
4745 dist :
You can’t perform that action at this time.
0 commit comments