Skip to content

Commit 438c2d7

Browse files
CI edit
1 parent 7042933 commit 438c2d7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010

1111
jobs:
1212
build:
13+
permissions:
14+
actions: write
15+
contents: write
16+
pull-requests: read
17+
statuses: write
1318
runs-on: self-hosted
1419
steps:
1520
- uses: actions/checkout@v2

docs/make.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,4 @@ makedocs(;
5252
clean = false
5353
)
5454

55-
deploydocs(
56-
repo = "github.com/exanauts/ExaModelsPower.jl.git"
57-
)
55+
deploydocs(; repo = "github.com/exanauts/ExaModelsPower.jl.git")

0 commit comments

Comments
 (0)