Skip to content

ForceFreeStates - PERF! - Default to Vern7 with an explicit absolute tolerance and pin BLAS in the sweep #1714

ForceFreeStates - PERF! - Default to Vern7 with an explicit absolute tolerance and pin BLAS in the sweep

ForceFreeStates - PERF! - Default to Vern7 with an explicit absolute tolerance and pin BLAS in the sweep #1714

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
- develop
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/') }}
jobs:
docs:
name: Documentation
runs-on: ubuntu-latest
timeout-minutes: 60
permissions:
actions: write
contents: write
statuses: write
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Set up Julia
uses: julia-actions/setup-julia@v2
with:
version: '1.11'
- name: Cache Julia packages
uses: julia-actions/cache@v3
- name: Prepare docs environment (develop local package, then instantiate)
run: julia --project=docs -e 'using Pkg; Pkg.activate("docs"); Pkg.develop(PackageSpec(path=".")); Pkg.instantiate(update_registry=false)'
- name: Build and deploy documentation
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: julia --project=docs docs/make.jl