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.
1 parent e74abe6 commit d8ef334Copy full SHA for d8ef334
.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 }}
0 commit comments