File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 with :
2525 version : ${{ matrix.version }}
2626 arch : ${{ matrix.arch }}
27- - run : |
28- julia --project=. -e '
29- using Pkg
30- pkg"registry add https://github.com/schlichtanders/SchlichtandersJuliaRegistry.jl"
31- '
3227 - uses : actions/cache@v1
3328 env :
3429 cache-name : cache-artifacts
4540 - uses : codecov/codecov-action@v1
4641 with :
4742 file : lcov.info
43+ - run : |
44+ julia --project=docs -e '
45+ using Pkg
46+ pkg"registry add https://github.com/JuliaRegistries/General"
47+ pkg"registry add https://github.com/schlichtanders/SchlichtandersJuliaRegistry.jl"
48+ '
4849 docs :
4950 name : Documentation
5051 runs-on : ubuntu-latest
5657 - run : |
5758 julia --project=docs -e '
5859 using Pkg
60+ pkg"registry add https://github.com/JuliaRegistries/General"
5961 pkg"registry add https://github.com/schlichtanders/SchlichtandersJuliaRegistry.jl"
6062 '
6163 - run : |
You can’t perform that action at this time.
0 commit comments