Skip to content

WIP: Generalize implementation to treat non-Hermitian models #166

WIP: Generalize implementation to treat non-Hermitian models

WIP: Generalize implementation to treat non-Hermitian models #166

Workflow file for this run

# Using template from https://juliadocs.github.io/Documenter.jl/stable/man/hosting/#GitHub-Actions
name: Documentation
on:
push:
branches:
- main
tags: '*'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: '1' # latest release
- uses: julia-actions/cache@v2
- name: Install X Server dependencies # needed for GLMakie on headless CI server
run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
with:
prefix: xvfb-run
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
DISPLAY: ":0"