From 6dff8718a34c1d633df43b1b01a24867271da60b Mon Sep 17 00:00:00 2001 From: David Plankensteiner Date: Sat, 20 Jan 2024 10:53:13 +0100 Subject: [PATCH] Really, no clue --- .github/workflows/build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index b501cdf..86654af 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -43,9 +43,9 @@ jobs: git clone https://github.com/qojulia/QuantumOptics.jl-documentation - name: 'Build examples' + working-directory: ./QuantumOptics.jl-examples run: | set -v - cd ./QuantumOptics.jl-examples julia -e ' using Pkg Pkg.activate(".") @@ -57,9 +57,9 @@ jobs: include("make.jl") ' - name: 'Build docs' + working-directory: ./QuantumOptics.jl-documentation run: | set -v - cd ../QuantumOptics.jl-documentation julia -e ' using Pkg Pkg.activate(".")