Skip to content

Commit

Permalink
Merge branch 'qa/docs-build'
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Jan 8, 2020
2 parents 73013e6 + 4f317ba commit a7aa67b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/docs-build.yml
@@ -0,0 +1,16 @@
name: docs-build

on:
push:
branches:
- master
repository_dispatch:

jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Build Docs
uses: laminas/documentation-theme/github-actions/docs@master
env:
DOCS_DEPLOY_KEY: ${{ secrets.DOCS_DEPLOY_KEY }}

0 comments on commit a7aa67b

Please sign in to comment.