Skip to content

Close triple backticks in @might_produce docstring + fix docs CI (#… #109

Close triple backticks in @might_produce docstring + fix docs CI (#…

Close triple backticks in @might_produce docstring + fix docs CI (#… #109

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
tags: '*'
pull_request:
permissions:
contents: write
pull-requests: write
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Build and deploy Documenter.jl docs
uses: TuringLang/actions/DocsDocumenter@main