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 64a5639 commit d5bf3d9Copy full SHA for d5bf3d9
.github/workflows/generate-docs.yml
@@ -3,7 +3,7 @@ name: Generate Docs
3
on:
4
push:
5
branches:
6
- - main
+ - release/3.0.0
7
workflow_dispatch:
8
9
concurrency:
@@ -16,7 +16,7 @@ jobs:
16
uses: zigurous/docs/.github/workflows/unity-package.yml@main
17
with:
18
package_title: "Tweening System"
19
- package_base_path: com.zigurous.tweening
+ package_base_path: com.zigurous.tweening@3.0.0
20
package_workflow: generate-docs.yml
21
package_artifact: docs
22
secrets:
0 commit comments