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 a5b61f2 commit 2a08e1fCopy full SHA for 2a08e1f
.github/workflows/ci.yml
@@ -65,25 +65,3 @@ jobs:
65
with:
66
token: ${{ secrets.CODECOV_TOKEN }}
67
files: lcov.info
68
- docs:
69
- name: Documentation
70
- runs-on: ubuntu-latest
71
- steps:
72
- - uses: actions/checkout@v4
73
- - uses: julia-actions/setup-julia@v2
74
- with:
75
- version: 'lts'
76
- - run: |
77
- julia --project=docs -e '
78
- using Pkg
79
- Pkg.develop(PackageSpec(path=pwd()))
80
- Pkg.instantiate()'
81
82
83
- using Documenter: doctest
84
- using ArrayLayouts
85
- doctest(ArrayLayouts)'
86
- - run: julia --project=docs docs/make.jl
87
- env:
88
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
89
- DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
0 commit comments