Skip to content

Commit c2a1db0

Browse files
committed
Added docs-build GA file
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent c991dfd commit c2a1db0

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.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+
release:
5+
types: [published]
6+
workflow_dispatch:
7+
8+
jobs:
9+
build-deploy:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Build Docs
13+
uses: dotkernel/documentation-theme/github-actions/docs@main
14+
env:
15+
DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ composer.phar
3838
composer.lock
3939
.phpunit.result.cache
4040
.phpcs-cache
41+
/documentation-theme/
42+
/docs/html/

0 commit comments

Comments
 (0)