We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e839c05 commit 7d3904bCopy full SHA for 7d3904b
.github/workflows/documentation.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Build
28
run: |
29
- julia -e 'using Pkg; Pkg.develop(Pkg.PackageSpec(path="../ReactionMechanismSimulator.jl/")); Pkg.build("ReactionMechanismSimulator");'
+ julia -e 'using Pkg; Pkg.develop(Pkg.PackageSpec(path="../ReactionMechanismSimulator.jl/")); Pkg.build("ReactionMechanismSimulator"); Pkg.instantiate();'
30
31
- name: Build and deploy Documentation
32
env:
0 commit comments