Skip to content

Subdomain support for Interfaces + AllocCheck tests for iterators + Sparsitypattern bugfix #117

Subdomain support for Interfaces + AllocCheck tests for iterators + Sparsitypattern bugfix

Subdomain support for Interfaces + AllocCheck tests for iterators + Sparsitypattern bugfix #117

Workflow file for this run

name: Documentation
on:
pull_request:
push:
branches: ['master']
tags: ['*']
jobs:
docs:
name: Julia 1.11 - ubuntu-latest
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: '1.11'
- uses: julia-actions/cache@v2
- name: Install dependencies
run: julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.precompile()'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
GKSwstype: '100'
run: julia --project=docs --color=yes docs/make.jl