Skip to content

Commit

Permalink
Merge pull request #61 from froschdesign/hotfix/workflow/docs-build
Browse files Browse the repository at this point in the history
Updates GitHub workflow for documentation build
  • Loading branch information
Ocramius committed Jan 13, 2024
2 parents 425b0fd + 8cc7434 commit 399d1b6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@ name: docs-build
on:
release:
types: [published]
repository_dispatch:
types: docs-build
workflow_dispatch:

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

0 comments on commit 399d1b6

Please sign in to comment.