Skip to content

Commit

Permalink
Merge pull request #234 from laminas/4.0.x-merge-up-into-4.1.x_jkPIGlRd
Browse files Browse the repository at this point in the history
Merge release 4.0.2 into 4.1.x
  • Loading branch information
Ocramius committed Apr 3, 2024
2 parents 2a1cf35 + 5eb0326 commit 1998492
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docs-build.yml
Expand Up @@ -3,8 +3,7 @@ name: docs-build
on:
release:
types: [published]
repository_dispatch:
types: docs-build
workflow_dispatch:

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

0 comments on commit 1998492

Please sign in to comment.