Skip to content

Commit b89a43f

Browse files
authored
Merge pull request #136 from kayjan/fix-docs-gha
Update docs.yml
2 parents b103b53 + 4d2914a commit b89a43f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Docs
22

33
on:
4+
workflow_dispatch:
45
workflow_run:
56
workflows: ["Upload Python Package"]
67
branches: [master]
@@ -9,6 +10,7 @@ on:
910

1011
permissions:
1112
pull-requests: write
13+
pages: write
1214

1315
jobs:
1416
setup:

0 commit comments

Comments
 (0)