Skip to content

Commit 161535d

Browse files
authored
Merge pull request macadmins#63 from macadmins/ns.fixup1
Fixup workflow_dispatch for docs publishing
2 parents 4b949eb + 889811f commit 161535d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish_docs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
paths:
88
- 'docs/**'
99
- 'src/**'
10-
workflow_dispatch:
11-
inputs:
12-
ref:
13-
description: The branch, tag, or commit SHA1 to build the docs from.
10+
workflow_dispatch:
11+
inputs:
12+
ref:
13+
description: The branch, tag, or commit SHA1 to build the docs from.
1414

1515
permissions:
1616
contents: read

0 commit comments

Comments
 (0)