File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 4242 with :
4343 file : lcov.info
4444 token : ${{ secrets.CODECOV_TOKEN }}
45- docs :
46- name : Documentation
47- runs-on : ubuntu-latest
48- env :
49- # Fix for Plots with GR backend, see https://github.com/jheinen/GR.jl/issues/422
50- GKSwstype : nul
51- steps :
52- - uses : actions/checkout@v4
53- - uses : julia-actions/setup-julia@v2
54- with :
55- version : ' 1'
56- - name : Install dependencies
57- shell : julia --color=yes --project=docs/ {0}
58- run : |
59- using Pkg
60- Pkg.develop(PackageSpec(path=pwd()))
61- Pkg.instantiate()
62- - run : julia --project=docs --color=yes docs/make.jl
63- env :
64- DATADEPS_ALWAYS_ACCEPT : true # For MLDatasets.MNIST
65- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
66- DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
You can’t perform that action at this time.
0 commit comments