@@ -46,34 +46,34 @@ jobs:
46
46
files : lcov.info
47
47
token : ${{ secrets.CODECOV_TOKEN }}
48
48
fail_ci_if_error : false
49
- docs :
50
- name : Documentation
51
- runs-on : ubuntu-latest
52
- permissions :
53
- actions : write # needed to allow julia-actions/cache to proactively delete old caches that it has created
54
- contents : write
55
- statuses : write
56
- steps :
57
- - uses : actions/checkout@v4
58
- - uses : julia-actions/setup-julia@v2
59
- with :
60
- version : ' 1'
61
- - uses : julia-actions/cache@v2
62
- - name : Configure doc environment
63
- shell : julia --project=docs --color=yes {0}
64
- run : |
65
- using Pkg
66
- Pkg.develop(PackageSpec(path=pwd()))
67
- Pkg.instantiate()
68
- - uses : julia-actions/julia-buildpkg@v1
69
- - uses : julia-actions/julia-docdeploy@v1
70
- env :
71
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
72
- DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
73
- - name : Run doctests
74
- shell : julia --project=docs --color=yes {0}
75
- run : |
76
- using Documenter: DocMeta, doctest
77
- using JuliaLibWrapping
78
- DocMeta.setdocmeta!(JuliaLibWrapping, :DocTestSetup, :(using JuliaLibWrapping); recursive=true)
79
- doctest(JuliaLibWrapping)
49
+ # docs:
50
+ # name: Documentation
51
+ # runs-on: ubuntu-latest
52
+ # permissions:
53
+ # actions: write # needed to allow julia-actions/cache to proactively delete old caches that it has created
54
+ # contents: write
55
+ # statuses: write
56
+ # steps:
57
+ # - uses: actions/checkout@v4
58
+ # - uses: julia-actions/setup-julia@v2
59
+ # with:
60
+ # version: '1'
61
+ # - uses: julia-actions/cache@v2
62
+ # - name: Configure doc environment
63
+ # shell: julia --project=docs --color=yes {0}
64
+ # run: |
65
+ # using Pkg
66
+ # Pkg.develop(PackageSpec(path=pwd()))
67
+ # Pkg.instantiate()
68
+ # - uses: julia-actions/julia-buildpkg@v1
69
+ # - uses: julia-actions/julia-docdeploy@v1
70
+ # env:
71
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72
+ # DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
73
+ # - name: Run doctests
74
+ # shell: julia --project=docs --color=yes {0}
75
+ # run: |
76
+ # using Documenter: DocMeta, doctest
77
+ # using JuliaLibWrapping
78
+ # DocMeta.setdocmeta!(JuliaLibWrapping, :DocTestSetup, :(using JuliaLibWrapping); recursive=true)
79
+ # doctest(JuliaLibWrapping)
0 commit comments