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 442ca86 commit 4b38628Copy full SHA for 4b38628
.github/workflows/documentation.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Build
35
run: |
36
- 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();'
37
38
- name: Build and deploy Documentation
39
env:
0 commit comments