From 3f8f4e4a4faa332c74f440c58cbd4e41a95c17c3 Mon Sep 17 00:00:00 2001 From: Felix Cremer Date: Tue, 24 Oct 2023 10:18:29 +0200 Subject: [PATCH] Make RasterDataSources use tmp instead of . in docs This should stop the docs to put the data sources into the gh-pages branch --- .github/workflows/Documenter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index bd938cbf4..05522b9e2 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -25,7 +25,7 @@ jobs: run: julia --project=docs -e 'using Pkg; pkg"dev ."; Pkg.instantiate()' - name: Build and deploy env: - RASTERDATASOURCES_PATH: "." + RASTERDATASOURCES_PATH: "/tmp" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key GKSwstype: "100" # https://discourse.julialang.org/t/generation-of-documentation-fails-qt-qpa-xcb-could-not-connect-to-display/60988