From 762c8d0cd06c2c71b38869615f892ff1cc8373a0 Mon Sep 17 00:00:00 2001 From: benedict-96 Date: Mon, 4 Dec 2023 19:15:00 +0100 Subject: [PATCH] Made the env command part of a uses. --- .github/workflows/Documenter.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 04aa8ad5e..403a4378d 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -37,7 +37,8 @@ jobs: doctest(GeometricMachineLearning)' - name: Build and deploy Documentation - run: julia --project make.jl - - working-directory: docs - - env: + - uses: julia-actions/julia-buildpkg@v1 + - uses: julia-actions/julia/docdeploy@v1 + env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} \ No newline at end of file