Skip to content

Commit 4a8fd75

Browse files
authored
Update docs-build.yml
1 parent ea0ba56 commit 4a8fd75

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docs-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: docs-build
22

33
on:
4+
push:
45
release:
56
types: [published]
67
workflow_dispatch:
@@ -10,7 +11,7 @@ jobs:
1011
runs-on: ubuntu-latest
1112
steps:
1213
- name: Build Docs
13-
uses: dotkernel/documentation-theme/github-actions/docs@main
14+
uses: dotkernel/documentation-theme/github-actions/docs@dev
1415
env:
1516
DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1617
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)