Skip to content

Commit

Permalink
add masters in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed May 30, 2024
1 parent 314f8e5 commit b465423
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
branches:
- master
tags: '*'
# needed to allow julia-actions/cache to delete old caches that it has created
permissions:
actions: write
contents: read
jobs:
test:
name: Tests, Julia ${{ matrix.version }} - ${{ matrix.os }}
Expand Down Expand Up @@ -64,7 +68,7 @@ jobs:
xvfb-run -s '-screen 0 1024x768x24' julia --project=docs -e '
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.add(name = "DocumenterVitepress", rev = "master")
Pkg.add([PackageSpec(name = "DocumenterVitepress", rev = "master"), PackageSpec(name = "Makie", rev = "master"), PackageSpec(name = "MakieCore", rev = "master"), PackageSpec(name = "CairoMakie", rev = "master")])
Pkg.instantiate()'
env:
DISPLAY: ':0'
Expand Down

0 comments on commit b465423

Please sign in to comment.