Skip to content

Commit 1a60b25

Browse files
committed
Remove docs from CI
1 parent 1051284 commit 1a60b25

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -43,26 +43,4 @@ jobs:
4343
- uses: julia-actions/julia-processcoverage@v1
4444
- uses: codecov/codecov-action@v1
4545
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-
- run: |
61-
julia --project=docs -e '
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 }}
46+
file: lcov.info

0 commit comments

Comments
 (0)