Skip to content

Commit d10f9a9

Browse files
authored
add workflow dispatch for fix link CI
1 parent bc5f7e7 commit d10f9a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/FixVitepressLinks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:
11+
inputs:
12+
dummyInput:
13+
description: This is a dummy input
14+
required: false
1115

1216
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1317
permissions:

0 commit comments

Comments
 (0)