Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Dec 8, 2021
1 parent f2bfaf2 commit 604db40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: setup non-registered dependencies
run: |
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.add(PackageSpec(url="https://github.com/QuantumBFS/QuAlgorithmZoo.jl.git"))
Pkg.develop(PackageSpec(path=pwd()))
shell: julia --project=docs --color=yes {0}
- name: Install dependencies
run: julia --project=docs/ .ci/run.jl doc
Expand Down

0 comments on commit 604db40

Please sign in to comment.