From 05c9c549f9c05620c516c4ac7faba8aff7095631 Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Fri, 19 Feb 2021 21:14:40 +0000 Subject: [PATCH] remove docs build --- .github/workflows/ci.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3de02bb..e36348e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,25 +41,3 @@ jobs: - uses: codecov/codecov-action@v1 with: file: lcov.info - docs: - name: Documentation - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: julia-actions/setup-julia@v1 - with: - version: '1' - - run: | - julia --project=docs -e ' - using Pkg - Pkg.develop(PackageSpec(path=pwd())) - Pkg.instantiate()' - - run: | - julia --project=docs -e ' - using Documenter: doctest - using ArrayLayouts - doctest(ArrayLayouts)' - - run: julia --project=docs docs/make.jl - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} \ No newline at end of file