Skip to content

fix: get element type from interp.u instead of interp #218

fix: get element type from interp.u instead of interp

fix: get element type from interp.u instead of interp #218

Workflow file for this run

name: "Documentation"
on:
push:
branches:
- master
tags: '*'
pull_request:
schedule:
- cron: '47 20 * * 0'
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"