Skip to content

Commit e35a094

Browse files
committed
Use reusable workflow to generate docs
1 parent 68d5c2c commit e35a094

File tree

2 files changed

+23
-70
lines changed

2 files changed

+23
-70
lines changed

.github/workflows/generate-docs.yml

+23
Original file line numberDiff line numberDiff line change
@@ -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

-70
This file was deleted.

0 commit comments

Comments
 (0)