Skip to content

Commit 93b76e7

Browse files
committed
rm documenter
1 parent d7fc420 commit 93b76e7

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -38,26 +38,3 @@ jobs:
3838
- uses: codecov/codecov-action@v1
3939
with:
4040
file: lcov.info
41-
docs:
42-
name: Documentation
43-
runs-on: ubuntu-latest
44-
steps:
45-
- uses: actions/checkout@v2
46-
- uses: julia-actions/setup-julia@v1
47-
with:
48-
version: '1'
49-
- run: |
50-
julia --project=docs -e '
51-
using Pkg
52-
Pkg.develop(PackageSpec(path=pwd()))
53-
Pkg.instantiate()'
54-
- run: |
55-
julia --project=docs -e '
56-
using Documenter: DocMeta, doctest
57-
using DocThemeIndigo
58-
DocMeta.setdocmeta!(DocThemeIndigo, :DocTestSetup, :(using DocThemeIndigo); recursive=true)
59-
doctest(DocThemeIndigo)'
60-
- run: julia --project=docs docs/make.jl
61-
env:
62-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)