Skip to content

Memoize the driver extension list and reduce launch-path overhead #223

Memoize the driver extension list and reduce launch-path overhead

Memoize the driver extension list and reduce launch-path overhead #223

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
tags: '*'
pull_request:
types: [opened, synchronize, reopened]
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
jobs:
docs:
name: Build documentation
env:
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JULIA_DEBUG: Documenter
runs-on: [self-hosted, linux, X64]
steps:
- uses: actions/checkout@v7
with:
persist-credentials: false
fetch-depth: 1
token: ${{ github.token }}
ssh-strict: false
- uses: julia-actions/setup-julia@latest
with:
version: 'lts'
- uses: julia-actions/cache@v3
- uses: julia-actions/julia-buildpkg@latest
- run: julia --project=docs/ docs/make.jl