Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Complete migration from arraydist/filldist to product_distribution #20

Complete migration from arraydist/filldist to product_distribution

Complete migration from arraydist/filldist to product_distribution #20

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
tags: '*'
pull_request:
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
permissions:
contents: write
pull-requests: read
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Build and deploy Documenter.jl docs
uses: TuringLang/actions/DocsDocumenter@main