Skip to content

Commit

Permalink
Really, no clue
Browse files Browse the repository at this point in the history
  • Loading branch information
david-pl committed Jan 20, 2024
1 parent 42dbca0 commit 6dff871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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(".")
Expand All @@ -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(".")
Expand Down

0 comments on commit 6dff871

Please sign in to comment.