We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10f9a9 commit ef02b8eCopy full SHA for ef02b8e
.github/workflows/FixVitepressLinks.yml
@@ -1,18 +1,14 @@
1
name: Fix Vitepress Symbolic Links
2
3
on:
4
+ # Allows you to run this workflow manually from the Actions tab
5
+ workflow_dispatch:
6
+
7
# Runs on pushes targeting the default branch
8
push:
9
branches:
10
- "gh-pages"
11
- # Allows you to run this workflow manually from the Actions tab
- workflow_dispatch:
- inputs:
12
- dummyInput:
13
- description: This is a dummy input
14
- required: false
15
-
16
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
17
permissions:
18
contents: read
0 commit comments