We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6c9c0 commit 2d68cc6Copy full SHA for 2d68cc6
.github/workflows/ci.yml
@@ -46,25 +46,3 @@ jobs:
46
- uses: codecov/codecov-action@v1
47
with:
48
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
63
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