From d292fd7cbb28fb3bc5a631198586bcf2bc74e324 Mon Sep 17 00:00:00 2001 From: Daniel Loos Date: Wed, 20 Dec 2023 11:39:29 +0100 Subject: [PATCH] Update CI --- .github/workflows/CI.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d31f125..ecf4727 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -64,14 +64,11 @@ jobs: Pkg.instantiate()' - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-docdeploy@v1 - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # - run: | - # julia --project=docs -e ' - # using Documenter: DocMeta, doctest - # using OpenEOClient - # DocMeta.setdocmeta!(OpenEOClient, :DocTestSetup, :(using OpenEOClient); recursive=true) - # doctest(OpenEOClient)' - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - run: | + julia --project=docs -e ' + using Documenter: DocMeta, doctest + using OpenEOClient + DocMeta.setdocmeta!(OpenEOClient, :DocTestSetup, :(using OpenEOClient); recursive=true) + doctest(OpenEOClient)'