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 38625a9 commit be35d14Copy full SHA for be35d14
.github/workflows/ci.yml
@@ -44,20 +44,3 @@ jobs:
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
- - run: julia --project=docs docs/make.jl
61
- env:
62
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
- DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
0 commit comments