Skip to content

Update Unity version and add some more VS setup (#98) #1

Update Unity version and add some more VS setup (#98)

Update Unity version and add some more VS setup (#98) #1

name: Build Documentation (Standalone)
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'unity/DocFX/**' # Trigger on DocFX config changes only
pull_request:
branches:
- main
paths:
- 'unity/DocFX/**'
concurrency:
group: build-docs-standalone-${{ github.ref }}
cancel-in-progress: true
jobs:
build-docfx-standalone:
name: Build DocFX Documentation (Standalone)
uses: ./.github/workflows/build-docfx-api.yml

Check failure on line 23 in .github/workflows/build-docs-standalone.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-docs-standalone.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-docs-standalone.yml" -> "./.github/workflows/build-docfx-api.yml" : failed to fetch workflow: workflow was not found.
with:
unity-build-completed: false # This is a standalone build
permissions:
contents: write
pull-requests: write