mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
MNT Revert workflow
This commit is contained in:
parent
f816052f06
commit
3f21112947
14
.github/workflows/docs.yml
vendored
14
.github/workflows/docs.yml
vendored
@ -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 }}
|
|
19
.github/workflows/main.yml
vendored
19
.github/workflows/main.yml
vendored
@ -1,11 +1,14 @@
|
|||||||
name: Module CI
|
name: Build Docs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
branches:
|
||||||
|
- 'master'
|
||||||
|
paths:
|
||||||
|
- 'docs/en/userguide/**'
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
build:
|
||||||
uses: silverstripe/github-actions-ci-cd/.github/workflows/ci.yml@0.1.11
|
name: build-docs
|
||||||
with:
|
runs-on: ubuntu-latest
|
||||||
run_endtoend: true
|
steps:
|
||||||
|
- name: Run build hook
|
||||||
|
run: curl -X POST -d {} https://api.netlify.com/build_hooks/${{ secrets.NETLIFY_BUILD_HOOK }}
|
||||||
|
Loading…
Reference in New Issue
Block a user