Skip to content

Fix MIRK Dual-eltype error in EvalSol during residual AD (#566) #969

Fix MIRK Dual-eltype error in EvalSol during residual AD (#566)

Fix MIRK Dual-eltype error in EvalSol during residual AD (#566) #969

Workflow file for this run

name: Documentation
on:
push:
branches:
- master
- 'release-'
tags: '*'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch || github.ref != 'refs/tags/v*' }}
jobs:
build-and-deploy-docs:
name: "Documentation"
uses: "SciML/.github/.github/workflows/documentation.yml@v1"
secrets: "inherit"