CompatHelper: add new compat entry for StochasticDelayDiffEq at version 1 for package downstream, (keep existing compat) #3134
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Documentation" | |
on: | |
push: | |
branches: | |
- master | |
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" |