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