Skip to content

Commit

Permalink
Update docs deployment workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Geert Eltink <dev@elt.ink>
  • Loading branch information
geerteltink committed Sep 11, 2020
1 parent 6156f23 commit bcbcddf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs-build.yml
@@ -1,9 +1,8 @@
name: docs-build

on:
push:
branches:
- master
release:
types: [published]
repository_dispatch:
types: docs-build

Expand All @@ -14,4 +13,5 @@ jobs:
- name: Build Docs
uses: laminas/documentation-theme/github-actions/docs@master
env:
DOCS_DEPLOY_KEY: ${{ secrets.DOCS_DEPLOY_KEY }}
"DOCS_DEPLOY_KEY": ${{ secrets.DOCS_DEPLOY_KEY }}
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bcbcddf

Please sign in to comment.