Skip to content

Move backends to package extensions #81

Move backends to package extensions

Move backends to package extensions #81

Workflow file for this run

name: Build documentation
on:
push:
branches:
- 'main'
tags: '*'
pull_request:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/cache@v1
- name: Run apt-get update
run: sudo apt-get update
- name: Install GLMakie dependencies
run: sudo apt-get install -y cmake xorg-dev mesa-utils xvfb libgl1 freeglut3-dev
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
run: xvfb-run -s '-screen 0 1024x768x24' julia --project=docs/
--color=yes docs/make.jl