Skip to content

Merge pull request #65 from SciML/qa-run-qa-v16-explicit-imports #79

Merge pull request #65 from SciML/qa-run-qa-v16-explicit-imports

Merge pull request #65 from SciML/qa-run-qa-v16-explicit-imports #79

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
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:
uses: "SciML/.github/.github/workflows/documentation.yml@v1"
with:
coverage: false
secrets: "inherit"