Skip to content

Commit 8cc7434

Browse files
committed
Updates GitHub workflow for documentation build
Signed-off-by: Frank Brückner <dev@froschdesignstudio.de>
1 parent 425b0fd commit 8cc7434

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/docs-build.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,14 @@ name: docs-build
33
on:
44
release:
55
types: [published]
6-
repository_dispatch:
7-
types: docs-build
6+
workflow_dispatch:
87

98
jobs:
109
build-deploy:
1110
runs-on: ubuntu-latest
1211
steps:
13-
- name: Build and deploy documentation
12+
- name: Build Docs
1413
uses: laminas/documentation-theme/github-actions/docs@master
1514
env:
16-
DOCS_DEPLOY_KEY: ${{ secrets.DOCS_DEPLOY_KEY }}
17-
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
18-
with:
19-
emptyCommits: false
15+
DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)