Skip to content

Commit 60320d4

Browse files
authored
Remove docs from CI since we don't have docs.
1 parent 5e21b48 commit 60320d4

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,4 @@ 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 AlgebraicMultigrid
66-
doctest(AlgebraicMultigrid)'
67-
- run: julia --project=docs docs/make.jl
68-
env:
69-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
49+

0 commit comments

Comments
 (0)