Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Fix docs build workflow
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Nov 21, 2024
1 parent 8125952 commit f5a2e64
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: docs-build

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

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

0 comments on commit f5a2e64

Please sign in to comment.