File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -44,20 +44,20 @@ jobs:
44
44
- uses : codecov/codecov-action@v1
45
45
with :
46
46
file : lcov.info
47
- docs :
48
- name : Documentation
49
- runs-on : ubuntu-latest
50
- steps :
51
- - uses : actions/checkout@v2
52
- - uses : julia-actions/setup-julia@v1
53
- with :
54
- version : ' 1'
55
- - run : |
56
- julia --project=docs -e '
57
- using Pkg
58
- Pkg.develop(PackageSpec(path=pwd()))
59
- Pkg.instantiate()'
60
- - run : julia --project=docs docs/make.jl
61
- env :
62
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
63
- DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
47
+ # docs:
48
+ # name: Documentation
49
+ # runs-on: ubuntu-latest
50
+ # steps:
51
+ # - uses: actions/checkout@v2
52
+ # - uses: julia-actions/setup-julia@v1
53
+ # with:
54
+ # version: '1'
55
+ # - run: |
56
+ # julia --project=docs -e '
57
+ # using Pkg
58
+ # Pkg.develop(PackageSpec(path=pwd()))
59
+ # Pkg.instantiate()'
60
+ # - run: julia --project=docs docs/make.jl
61
+ # env:
62
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
+ # DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
You can’t perform that action at this time.
0 commit comments