Skip to content

Commit 95b9e69

Browse files
committed
Trivia
1 parent e6a64d6 commit 95b9e69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: julia --project=docs -e '
2626
using Pkg;
27-
Pkg.develop(PackageSpec(url=https://github.com/TheDisorderedOrganization/ParticlesMC.git));
27+
Pkg.develop(PackageSpec(url="https://github.com/TheDisorderedOrganization/ParticlesMC.git"));
2828
Pkg.instantiate()'
2929

3030
- name: Build and deploy

0 commit comments

Comments
 (0)