MNT Revert workflow

This commit is contained in:
Steve Boyd 2021-11-15 14:07:19 +13:00
parent f816052f06
commit 3f21112947
2 changed files with 11 additions and 22 deletions

View File

@ -1,14 +0,0 @@
name: Build Docs
on:
push:
branches:
- 'master'
paths:
- 'docs/en/userguide/**'
jobs:
build:
name: build-docs
runs-on: ubuntu-latest
steps:
- name: Run build hook
run: curl -X POST -d {} https://api.netlify.com/build_hooks/${{ secrets.NETLIFY_BUILD_HOOK }}

View File

@ -1,11 +1,14 @@
name: Module CI
name: Build Docs
on:
push:
pull_request:
branches:
- 'master'
paths:
- 'docs/en/userguide/**'
jobs:
ci:
uses: silverstripe/github-actions-ci-cd/.github/workflows/ci.yml@0.1.11
with:
run_endtoend: true
build:
name: build-docs
runs-on: ubuntu-latest
steps:
- name: Run build hook
run: curl -X POST -d {} https://api.netlify.com/build_hooks/${{ secrets.NETLIFY_BUILD_HOOK }}