Skip to content

Commit 2d2baf8

Browse files
authored
Fix docs build (#19)
* Remove protocol from repo link in deploydocs * Add write permissions to docs action
1 parent f033f8c commit 2d2baf8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/Documentation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Documentation
22

3+
permissions:
4+
contents: write
5+
pages: write
6+
37
on:
48
push:
59
branches:

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ makedocs(;
1515
"man/models.md"],
1616
"Index" => "package_index.md"])
1717

18-
deploydocs(; repo="https://github.com/QuantumKitHub/MPSKitModels.jl.git")
18+
deploydocs(; repo="github.com/QuantumKitHub/MPSKitModels.jl.git")

0 commit comments

Comments
 (0)