Skip to content

Commit

Permalink
Set docs version number
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgraham committed Oct 22, 2023
1 parent d1c758a commit 26e539f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 99 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Generate Docs

on:
push:
branches:
- release/1.7.0
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
generate:
name: Docs
uses: zigurous/docs/.github/workflows/unity-package.yml@main
with:
package_title: "Animation Library"
package_base_path: [email protected]
package_workflow: generate-docs.yml
package_artifact: docs
secrets:
token: ${{ secrets.DOCS_TOKEN }}
99 changes: 0 additions & 99 deletions .github/workflows/generate_docs.yml

This file was deleted.

0 comments on commit 26e539f

Please sign in to comment.