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
|
||||
|
||||
trigger:
|
||||
event:
|
||||
include:
|
||||
- push
|
||||
branch:
|
||||
- master
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: squidfunk/mkdocs-material
|
||||
environment:
|
||||
GA_UA:
|
||||
from_secret: GA_UA
|
||||
commands:
|
||||
- mkdocs build --clean
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user