@@ -91,26 +91,26 @@ jobs:
91
91
- uses : codecov/codecov-action@v4
92
92
with :
93
93
file : lcov.info
94
- docs :
95
- name : Documentation
96
- runs-on : ubuntu-latest
97
- steps :
98
- - uses : actions/checkout@v4
99
- - uses : julia-actions/setup-julia@v1
100
- with :
101
- version : " 1"
102
- - run : |
103
- julia --project=docs -e '
104
- using Pkg
105
- Pkg.develop(PackageSpec(path=pwd()))
106
- Pkg.instantiate()'
107
- - run : |
108
- julia --project=docs -e '
109
- using Documenter: DocMeta, doctest
110
- using ConstraintDomains
111
- DocMeta.setdocmeta!(ConstraintDomains, :DocTestSetup, :(using ConstraintDomains); recursive=true)
112
- doctest(ConstraintDomains)'
113
- - run : julia --project=docs docs/make.jl
114
- env :
115
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
116
- DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
94
+ # docs:
95
+ # name: Documentation
96
+ # runs-on: ubuntu-latest
97
+ # steps:
98
+ # - uses: actions/checkout@v4
99
+ # - uses: julia-actions/setup-julia@v1
100
+ # with:
101
+ # version: "1"
102
+ # - run: |
103
+ # julia --project=docs -e '
104
+ # using Pkg
105
+ # Pkg.develop(PackageSpec(path=pwd()))
106
+ # Pkg.instantiate()'
107
+ # - run: |
108
+ # julia --project=docs -e '
109
+ # using Documenter: DocMeta, doctest
110
+ # using ConstraintDomains
111
+ # DocMeta.setdocmeta!(ConstraintDomains, :DocTestSetup, :(using ConstraintDomains); recursive=true)
112
+ # doctest(ConstraintDomains)'
113
+ # - run: julia --project=docs docs/make.jl
114
+ # env:
115
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
116
+ # DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
0 commit comments