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 7042933 commit 438c2d7Copy full SHA for 438c2d7
.github/workflows/docs.yml
@@ -10,6 +10,11 @@ on:
10
11
jobs:
12
build:
13
+ permissions:
14
+ actions: write
15
+ contents: write
16
+ pull-requests: read
17
+ statuses: write
18
runs-on: self-hosted
19
steps:
20
- uses: actions/checkout@v2
docs/make.jl
@@ -52,6 +52,4 @@ makedocs(;
52
clean = false
53
)
54
55
-deploydocs(
56
- repo = "github.com/exanauts/ExaModelsPower.jl.git"
57
-)
+deploydocs(; repo = "github.com/exanauts/ExaModelsPower.jl.git")
0 commit comments