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 ea0ba56 commit 4a8fd75Copy full SHA for 4a8fd75
1 file changed
.github/workflows/docs-build.yml
@@ -1,6 +1,7 @@
1
name: docs-build
2
3
on:
4
+ push:
5
release:
6
types: [published]
7
workflow_dispatch:
@@ -10,7 +11,7 @@ jobs:
10
11
runs-on: ubuntu-latest
12
steps:
13
- name: Build Docs
- uses: dotkernel/documentation-theme/github-actions/docs@main
14
+ uses: dotkernel/documentation-theme/github-actions/docs@dev
15
env:
16
DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments