Skip to content

Merge pull request #12 from tylerjthomas9/dev-tyler #20

Merge pull request #12 from tylerjthomas9/dev-tyler

Merge pull request #12 from tylerjthomas9/dev-tyler #20

Workflow file for this run

name: Documenter
on:
push:
branches:
- 'main'
tags: '*'
pull_request:
release:
types: [published]
jobs:
build:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/cache@v1
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: julia --project=docs/ docs/make.jl