Skip to content

Update Project.toml (#13) #11

Update Project.toml (#13)

Update Project.toml (#13) #11

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
tags: '*'
pull_request:
branches:
- main
jobs:
docs:
name: 'Documentation: ${{ matrix.format }}'
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
format:
- html
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: '1.9'
- uses: julia-actions/cache@v1
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build the manual
run: julia --color=yes --project=docs/ docs/make.jl ${{ matrix.format }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
GKSwstype: "100"