Skip to content

Fix error when trying to store instances of <: Function types #64

Fix error when trying to store instances of <: Function types

Fix error when trying to store instances of <: Function types #64

Workflow file for this run

name: Documenter
on:
push:
branches: [main, master, dev]
tags: [v*]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
Documenter:
permissions:
contents: write
statuses: write
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}