Skip to content

Commit

Permalink
MNT Add action for building docs (silverstripe#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Aug 2, 2022
1 parent 68b8674 commit c3b689f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build Docs
on:
push:
branches:
- '3'
- '4.11'
paths:
- 'en/**'
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 }}

0 comments on commit c3b689f

Please sign in to comment.