Skip to content

Merge pull request #291 from SciML/remove-invalidations-yml-1753769809 #905

Merge pull request #291 from SciML/remove-invalidations-yml-1753769809

Merge pull request #291 from SciML/remove-invalidations-yml-1753769809 #905

Workflow file for this run

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"