Skip to content

Commit 0f254ea

Browse files
authored
Allow one-off deploys
Needed if you just want to rebuild the docs from other repos.
1 parent 9350566 commit 0f254ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CD
22
on:
33
push:
4+
workflow_dispatch:
45
permissions:
56
pages: write
67
id-token: write

0 commit comments

Comments
 (0)