Skip to content

Commit 2a08e1f

Browse files
authored
Remove duplicate documentation job in CI (#256)
1 parent a5b61f2 commit 2a08e1f

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/ci.yml

-22
Original file line numberDiff line numberDiff line change
@@ -65,25 +65,3 @@ jobs:
6565
with:
6666
token: ${{ secrets.CODECOV_TOKEN }}
6767
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-
- run: |
82-
julia --project=docs -e '
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

Comments
 (0)