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 f033f8c commit 2d2baf8Copy full SHA for 2d2baf8
.github/workflows/Documentation.yml
@@ -1,5 +1,9 @@
1
name: Documentation
2
3
+permissions:
4
+ contents: write
5
+ pages: write
6
+
7
on:
8
push:
9
branches:
docs/make.jl
@@ -15,4 +15,4 @@ makedocs(;
15
"man/models.md"],
16
"Index" => "package_index.md"])
17
18
-deploydocs(; repo="https://github.com/QuantumKitHub/MPSKitModels.jl.git")
+deploydocs(; repo="github.com/QuantumKitHub/MPSKitModels.jl.git")
0 commit comments