We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 425b0fd + 8cc7434 commit 399d1b6Copy full SHA for 399d1b6
.github/workflows/docs-build.yml
@@ -3,17 +3,14 @@ name: docs-build
3
on:
4
release:
5
types: [published]
6
- repository_dispatch:
7
- types: docs-build
+ workflow_dispatch:
8
9
jobs:
10
build-deploy:
11
runs-on: ubuntu-latest
12
steps:
13
- - name: Build and deploy documentation
+ - name: Build Docs
14
uses: laminas/documentation-theme/github-actions/docs@master
15
env:
16
- DOCS_DEPLOY_KEY: ${{ secrets.DOCS_DEPLOY_KEY }}
17
- "GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
18
- with:
19
- emptyCommits: false
+ DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments