Skip to content

Commit

Permalink
Make RasterDataSources use tmp instead of . in docs
Browse files Browse the repository at this point in the history
This should stop the docs to put the data sources into the gh-pages branch
  • Loading branch information
felixcremer committed Oct 24, 2023
1 parent 0276d60 commit 3f8f4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f8f4e4

Please sign in to comment.