From aa660d5e6002b4c3dbaabcedb2ce80c31842b64c Mon Sep 17 00:00:00 2001 From: dehann Date: Tue, 23 Jan 2024 12:43:03 -0800 Subject: [PATCH] ci build docs fix --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bc64044b..5e3b0e0e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,7 +148,7 @@ jobs: - uses: julia-actions/setup-julia@v1 with: version: '1.10' - - name: 'Docs on ${{ github.head_ref }}' + - name: 'Pkgs for Docs on ${{ github.head_ref }}' run: | export JULIA_PKG_SERVER="" [ '${{ github.ref }}' == 'refs/heads/master' ] && export CJL_DOCS_BRANCH="master" || export CJL_DOCS_BRANCH="${{ github.head_ref }}" @@ -159,8 +159,9 @@ jobs: julia --project=${{ matrix.jlenv }} -e 'using Pkg; Pkg.add(PackageSpec(name="RoMEPlotting", rev="master"))' julia --project=${{ matrix.jlenv }} -e 'using Pkg; Pkg.add(PackageSpec(name="KernelDensityEstimatePlotting", rev="master"))' julia --project=${{ matrix.jlenv }} -e 'using Pkg; Pkg.add(PackageSpec(name="IncrementalInference", rev="master"))' - - run: | - export DOCUMENTER_DEBUG"="true" + - name: 'Docs make.jl' + run: | + export DOCUMENTER_DEBUG="true" export JULIA_PKG_PRECOMPILE_AUTO=0 julia --project=${{ matrix.jlenv }} --color=yes ${{ matrix.makejl }} env: