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 68d5c2c commit e35a094Copy full SHA for e35a094
.github/workflows/generate-docs.yml
@@ -0,0 +1,23 @@
1
+name: Generate Docs
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ workflow_dispatch:
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.ref }}
11
+ cancel-in-progress: true
12
13
+jobs:
14
+ generate:
15
+ name: Docs
16
+ uses: zigurous/docs/.github/workflows/unity-package.yml@main
17
+ with:
18
+ package_title: "Debug Tools"
19
+ package_base_path: com.zigurous.debug
20
+ package_workflow: generate-docs.yml
21
+ package_artifact: docs
22
+ secrets:
23
+ token: ${{ secrets.DOCS_TOKEN }}
.github/workflows/generate_docs.yml
0 commit comments