Skip to content

Commit c81dfd7

Browse files
committed
Add workflow dispatch so I can rebuild docs & docs indexes.
1 parent 1e8bfd7 commit c81dfd7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy_docs_0x.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ on:
55
push:
66
tags:
77
- v0.*
8+
workflow_dispatch:
9+
inputs:
10+
branch:
11+
description: Branch to run on
12+
default: master
13+
required: true
814

915
jobs:
1016
deploy:

0 commit comments

Comments
 (0)