There was an error while loading. Please reload this page.
1 parent f9ca3f6 commit 69bd8a4Copy full SHA for 69bd8a4
1 file changed
.github/workflows/vitepress.yaml .github/workflows/deploy-docu.yaml.github/workflows/vitepress.yaml renamed to .github/workflows/deploy-docu.yaml
@@ -1,6 +1,6 @@
1
# Workflow for building and deploying the VitePress documentation site to GitHub Pages
2
#
3
-name: Deploy VitePress site to Pages
+name: Documentation deployment
4
5
on:
6
# Runs on pushes targeting the `main` branch.
@@ -10,6 +10,9 @@ on:
10
# Allows you to run this workflow manually from the Actions tab
11
workflow_dispatch:
12
13
+ # Allows to run this workflow from external triggers
14
+ repository_dispatch:
15
+
16
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
17
permissions:
18
contents: read
0 commit comments