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 ea0ba56 + 069c65a commit 61f1540Copy full SHA for 61f1540
2 files 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 }}
mkdocs.yml
@@ -1,5 +1,5 @@
docs_dir: docs/book
-site_dir: docs/html
+site_dir: docs/html/packages
extra:
project: Packages
current_version: v5
0 commit comments