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 1051284 commit 1a60b25Copy full SHA for 1a60b25
.github/workflows/ci.yml
@@ -43,26 +43,4 @@ jobs:
43
- uses: julia-actions/julia-processcoverage@v1
44
- uses: codecov/codecov-action@v1
45
with:
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
61
62
- using Documenter: doctest
63
- using FFTA
64
- doctest(FFTA)'
65
- - run: julia --project=docs docs/make.jl
66
- env:
67
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68
- DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
+ file: lcov.info
0 commit comments