File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22jobs :
3- build_book :
3+ build-book :
44 docker :
55 - image : cimg/python:3.9
66 steps :
2222# Tell CircleCI to use this workflow when it builds the site
2323workflows :
2424 version : 2
25- build_book :
25+ build-book :
2626 jobs :
27- - build_book
27+ - build-book
Original file line number Diff line number Diff line change 11name : Book Preview Redirect
22on : [status]
33
4+ concurrency :
5+ group : docs-preview-${{ github.ref }}
6+ cancel-in-progress : true
7+
48jobs :
59 circleci_artifacts_redirector_job :
610 runs-on : ubuntu-latest
711 # For testing this action on a fork, remove the "github.repository =="" condition.
8- if : " github.repository == 'pyOpenSci/python-package-guide' && github. event.context == 'ci/circleci: build_book '"
12+ if : " github.event.context == 'ci/circleci: build-book '"
913 permissions :
1014 statuses : write
1115 name : Run CircleCI artifacts redirector
You can’t perform that action at this time.
0 commit comments