Skip to content

Commit 2d68cc6

Browse files
committed
Remove docs section in ci.yml
1 parent 7c6c9c0 commit 2d68cc6

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,3 @@ jobs:
4646
- uses: codecov/codecov-action@v1
4747
with:
4848
file: lcov.info
49-
docs:
50-
name: Documentation
51-
runs-on: ubuntu-latest
52-
steps:
53-
- uses: actions/checkout@v2
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-
- run: |
63-
julia --project=docs -e '
64-
using Documenter: doctest
65-
using GenericLinearAlgebra
66-
doctest(GenericLinearAlgebra)'
67-
- run: julia --project=docs docs/make.jl
68-
env:
69-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)