Skip to content

remove old documentation #57

remove old documentation

remove old documentation #57

Workflow file for this run

name: Documentation
on:
push:
branches:
- main # update to match your development branch (master, main, dev, trunk, ...)
tags: '*'
pull_request:
jobs:
build:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- uses: ./.github/actions/juliatools
- uses: ./.github/actions/juliamakedocsenv
- name: Install dependencies
shell: julia --color=yes --project=docs {0}
run: |
using Pkg
Pkg.instantiate()
- name: Build and deploy
run: julia --project=docs/ docs/make.jl