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 e6a64d6 commit 95b9e69Copy full SHA for 95b9e69
1 file changed
.github/workflows/docs.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install dependencies
25
run: julia --project=docs -e '
26
using Pkg;
27
- Pkg.develop(PackageSpec(url=https://github.com/TheDisorderedOrganization/ParticlesMC.git));
+ Pkg.develop(PackageSpec(url="https://github.com/TheDisorderedOrganization/ParticlesMC.git"));
28
Pkg.instantiate()'
29
30
- name: Build and deploy
0 commit comments