Skip to content

Commit d4d96ec

Browse files
asinghvi17SimonDanischffreyer
authored
Get docs building again (#233)
Co-authored-by: Simon <[email protected]> Co-authored-by: Frederic Freyer <[email protected]>
1 parent 02ed799 commit d4d96ec

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
pull_request:
88
branches:
99
- master
10-
- sd/simple-mesh
1110
jobs:
1211
test:
1312
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
@@ -57,10 +56,7 @@ jobs:
5756
DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs -e '
5857
using Pkg
5958
Pkg.develop(PackageSpec(path=pwd()))
60-
pkg"add https://github.com/ffreyer/FreeTypeAbstraction.jl.git#ff/GeometryBasics_refactor"
61-
pkg"add https://github.com/ffreyer/GridLayoutBase.jl.git#ff/GeometryBasic_refactor"
62-
pkg"add https://github.com/ffreyer/Packing.jl.git#ff/GeometryBasics_refactor"
63-
pkg"add MeshIO#ff/GeometryBasics_refactor ShaderAbstractions#ff/GeometryBasics_refactor MakieCore#breaking-0.22 Makie#breaking-0.22 GLMakie#breaking-0.22 "
59+
pkg"add MakieCore Makie GLMakie"
6460
Pkg.instantiate()'
6561
- run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs docs/make.jl
6662
env:

0 commit comments

Comments
 (0)