File tree Expand file tree Collapse file tree 1 file changed +4
-19
lines changed Expand file tree Collapse file tree 1 file changed +4
-19
lines changed Original file line number Diff line number Diff line change 11name : CI
22on :
33 pull_request :
4- branches :
5- - main
64 push :
7- branches :
8- - main
9- tags : ' *'
5+ branches : [main]
6+ tags : ['*']
107jobs :
118 test :
129 name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
5350 runs-on : ubuntu-latest
5451 steps :
5552 - uses : actions/checkout@v2
56- - uses : julia-actions/setup-julia@v1
57- with :
58- version : ' 1'
59- - run : |
60- julia --project=docs -e '
61- using Pkg
62- Pkg.develop(PackageSpec(path=pwd()))
63- Pkg.instantiate()'
64- - run : |
65- julia --project=docs -e '
66- using Documenter: doctest
67- using StructTypes
68- doctest(StructTypes)'
69- - run : julia --project=docs docs/make.jl
53+ - uses : julia-actions/julia-buildpkg@latest
54+ - uses : julia-actions/julia-docdeploy@latest
7055 env :
7156 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7257 DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
You can’t perform that action at this time.
0 commit comments