Skip to content

Commit ef02b8e

Browse files
authored
fix typo
1 parent d10f9a9 commit ef02b8e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/FixVitepressLinks.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
name: Fix Vitepress Symbolic Links
22

33
on:
4+
# Allows you to run this workflow manually from the Actions tab
5+
workflow_dispatch:
6+
47
# Runs on pushes targeting the default branch
58
push:
69
branches:
710
- "gh-pages"
811

9-
# Allows you to run this workflow manually from the Actions tab
10-
workflow_dispatch:
11-
inputs:
12-
dummyInput:
13-
description: This is a dummy input
14-
required: false
15-
1612
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1713
permissions:
1814
contents: read

0 commit comments

Comments
 (0)