Skip to content

Commit

Permalink
Update github action to build and deploy the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Jan 7, 2020
1 parent d6cdcfd commit cd497ac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs-build.yml
@@ -1,4 +1,4 @@
name: docs build
name: docs-build

on:
push:
Expand All @@ -10,9 +10,7 @@ jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Build Docs
uses: laminas/documentation-theme/github-actions/docs@master
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
DOCS_DEPLOY_KEY: ${{ secrets.DOCS_DEPLOY_KEY }}

0 comments on commit cd497ac

Please sign in to comment.