From bd6f61110ad6a4e7ba45fc55fd2795ebc832b7eb Mon Sep 17 00:00:00 2001 From: michael catchen Date: Mon, 16 Dec 2024 12:26:07 -0500 Subject: [PATCH] Update Documentation.yml --- .github/workflows/Documentation.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 333b332..f1cf8f0 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -10,17 +10,18 @@ on: jobs: build: - name: "Build the documentation" runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@latest with: - version: '1.9' - - uses: julia-actions/julia-buildpkg@latest + version: '1.11' - name: Install dependencies run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' + env: + GKSwstype: nul - name: Build and deploy env: - DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GKSwstype: nul run: julia --project=docs/ docs/make.jl