Skip to content

CompatHelper: bump compat for "Optimization" to "4.0" for package docs #88

CompatHelper: bump compat for "Optimization" to "4.0" for package docs

CompatHelper: bump compat for "Optimization" to "4.0" for package docs #88

Workflow file for this run

name: "Documentation"
on:
push:
branches:
- main
tags: '*'
pull_request:
schedule:
- cron: '44 4 * * 4'
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"