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

Commit 67cb18b

Browse files
committed
Adds github workflow to build documentation
1 parent dfb7c98 commit 67cb18b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/docs-build.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: docs-build
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
repository_dispatch:
8+
9+
jobs:
10+
build-deploy:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Build Docs
14+
uses: laminas/documentation-theme/github-actions/docs@master
15+
env:
16+
DOCS_DEPLOY_KEY: ${{ secrets.DOCS_DEPLOY_KEY }}

0 commit comments

Comments
 (0)