Updated mkdocs-material-netlify-build to only include push events.
This commit is contained in:
parent
d9c793fb4f
commit
c89e7714f5
@ -3,12 +3,18 @@ type: docker
|
|||||||
name: Build and Publish to Netlify
|
name: Build and Publish to Netlify
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
event:
|
||||||
|
include:
|
||||||
|
- push
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: squidfunk/mkdocs-material
|
image: squidfunk/mkdocs-material
|
||||||
|
environment:
|
||||||
|
GA_UA:
|
||||||
|
from_secret: GA_UA
|
||||||
commands:
|
commands:
|
||||||
- mkdocs build --clean
|
- mkdocs build --clean
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user