From 6e14c1a51c9d99f2301e966c1e3fae5bf10e08e0 Mon Sep 17 00:00:00 2001 From: Harrison Nicholls Date: Mon, 27 May 2024 17:17:25 +0100 Subject: [PATCH] docs ci? --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 9f84a020..746e5332 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -16,7 +16,7 @@ jobs: version: '1.9' - uses: julia-actions/cache@v1 - name: Install dependencies - run: julia --project="." -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' + run: julia -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' - name: Build and deploy env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token