New tactic to stop builds triggering on gh-pages branch
This commit is contained in:
@@ -93,11 +93,10 @@ jobs:
|
|||||||
command: git config --global user.name "CircleCI"
|
command: git config --global user.name "CircleCI"
|
||||||
- run:
|
- run:
|
||||||
name: "Install Mkdocs and Material theme"
|
name: "Install Mkdocs and Material theme"
|
||||||
command: |
|
command: pip install --user mkdocs mkdocs-material
|
||||||
pip install --user mkdocs mkdocs-material
|
|
||||||
- run:
|
- run:
|
||||||
name: "Build and push site"
|
name: "Build and push site"
|
||||||
command: mkdocs gh-deploy
|
command: mkdocs gh-deploy --message "Deployed {sha} with MkDocs version {version}. [skip ci]"
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
@@ -109,7 +108,6 @@ workflows:
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- beta
|
- beta
|
||||||
ignore: gh-pages
|
|
||||||
- build-armhf-image:
|
- build-armhf-image:
|
||||||
context: dockerhub
|
context: dockerhub
|
||||||
filters:
|
filters:
|
||||||
@@ -117,7 +115,6 @@ workflows:
|
|||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- dev
|
- dev
|
||||||
ignore: gh-pages
|
|
||||||
- build-arm64-image:
|
- build-arm64-image:
|
||||||
context: dockerhub
|
context: dockerhub
|
||||||
filters:
|
filters:
|
||||||
@@ -125,11 +122,9 @@ workflows:
|
|||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- dev
|
- dev
|
||||||
ignore: gh-pages
|
|
||||||
documentation-update:
|
documentation-update:
|
||||||
jobs:
|
jobs:
|
||||||
- build-and-deploy-gh-pages:
|
- build-and-deploy-gh-pages:
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only: master
|
only: master
|
||||||
ignore: gh-pages
|
|
||||||
|
Reference in New Issue
Block a user