File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 23
23
run : |
24
24
sudo apt update
25
25
sudo apt install -y xvfb mesa-utils mesa-vulkan-drivers dbus x11-xserver-utils
26
- - name : Set up aliases
27
- run : |
28
- echo "alias autoxvfb='xvfb-run -a'" >> ~/.bashrc
29
- source ~/.bashrc
30
26
- uses : actions/checkout@v4
31
27
- uses : julia-actions/setup-julia@v2
32
28
with :
@@ -39,15 +35,26 @@ jobs:
39
35
Pkg.develop(PackageSpec(path=pwd()))
40
36
Pkg.instantiate()
41
37
- uses : julia-actions/julia-buildpkg@v1
42
- - uses : julia-actions/julia-docdeploy@v1
38
+ # - uses: julia-actions/julia-docdeploy@v1
39
+ # env:
40
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
+ # DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
42
+ # LIBGL_ALWAYS_SOFTWARE: "1"
43
+ # MESA_GL_VERSION_OVERRIDE: "4.5"
44
+ # MESA_GLSL_VERSION_OVERRIDE: "450"
45
+ # with:
46
+ # prefix: xvfb-run
47
+ - name : Build docs
43
48
env :
44
49
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
45
50
DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
46
51
LIBGL_ALWAYS_SOFTWARE : " 1"
47
52
MESA_GL_VERSION_OVERRIDE : " 4.5"
48
53
MESA_GLSL_VERSION_OVERRIDE : " 450"
49
- with :
50
- prefix : autoxvfb
54
+ shell : xvfb-run -a julia --project=docs --color=yes {0}
55
+ run : |
56
+ using NetworkDynamics
57
+ include(pkgdir(NetworkDynamics)*"/docs/make.jl")
51
58
- name : Run doctests
52
59
shell : julia --project=docs --color=yes {0}
53
60
run : |
You can’t perform that action at this time.
0 commit comments