File tree Expand file tree Collapse file tree 1 file changed +25
-25
lines changed
Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -46,28 +46,28 @@ jobs:
4646 with :
4747 file : lcov.info
4848
49- docs :
50- name : Documentation
51- runs-on : ubuntu-latest
52- steps :
53- - uses : actions/checkout@v4
54- - uses : julia-actions/setup-julia@v1
55- with :
56- version : ' 1'
57- - run : |
58- julia --project=docs -e '
59- using Pkg
60- Pkg.develop(PackageSpec(path=pwd()))
61- Pkg.instantiate()'
62- env:
63- JULIA_PKG_SERVER: ""
64- - run : |
65- julia --project=docs -e '
66- using Documenter: DocMeta, doctest
67- using Polyester
68- DocMeta.setdocmeta!(Polyester, :DocTestSetup, :(using Polyester); recursive=true)
69- doctest(Polyester)'
70- - run : julia --project=docs docs/make.jl
71- env :
72- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
73- DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
49+ # docs:
50+ # name: Documentation
51+ # runs-on: ubuntu-latest
52+ # steps:
53+ # - uses: actions/checkout@v4
54+ # - uses: julia-actions/setup-julia@v1
55+ # with:
56+ # version: '1'
57+ # - run: |
58+ # julia --project=docs -e '
59+ # using Pkg
60+ # Pkg.develop(PackageSpec(path=pwd()))
61+ # Pkg.instantiate()'
62+ # env:
63+ # JULIA_PKG_SERVER: ""
64+ # - run: |
65+ # julia --project=docs -e '
66+ # using Documenter: DocMeta, doctest
67+ # using Polyester
68+ # DocMeta.setdocmeta!(Polyester, :DocTestSetup, :(using Polyester); recursive=true)
69+ # doctest(Polyester)'
70+ # - run: julia --project=docs docs/make.jl
71+ # env:
72+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73+ # DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
You can’t perform that action at this time.
0 commit comments