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 c991dfd + c2a1db0 commit 662deaeCopy full SHA for 662deae
2 files changed
.github/workflows/docs-build.yml
@@ -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
@@ -38,3 +38,5 @@ composer.phar
38
composer.lock
39
.phpunit.result.cache
40
.phpcs-cache
41
+/documentation-theme/
42
+/docs/html/
0 commit comments