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 '