Skip to content

Commit

Permalink
Merge pull request #213 from unclecheese/pulls/master/build-docs-action
Browse files Browse the repository at this point in the history
META: Add new github action to build docs
  • Loading branch information
chillu committed Feb 12, 2020
2 parents 3e21594 + c0e93c4 commit d467ced
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
@@ -0,0 +1,14 @@
name: Build Docs
on:
push:
branches:
- '0.8'
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 }}

0 comments on commit d467ced

Please sign in to comment.