From beb2f157bab44602564450930fbea31b0bd71eaf Mon Sep 17 00:00:00 2001 From: Joshua Lampert Date: Wed, 20 Sep 2023 12:13:14 +0200 Subject: [PATCH] deploy docs --- .github/workflows/Documenter.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 6518d974..8139c61b 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -38,12 +38,12 @@ jobs: PYTHON: "" - name: Install dependencies run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' - #- name: Build and deploy - # uses: julia-actions/julia-docdeploy@v1 - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key - # GKSwstype: 100 # To make GitHub Action work, disable showing a plot window with the GR backend of the Plots package + - name: Build and deploy + uses: julia-actions/julia-docdeploy@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key + GKSwstype: 100 # To make GitHub Action work, disable showing a plot window with the GR backend of the Plots package - name: Run doctests run: | julia --project=docs --color=yes -e '