Skip to content

Commit 69bd8a4

Browse files
authored
GH action, deploy docu (repository_dispatch)
1 parent f9ca3f6 commit 69bd8a4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Workflow for building and deploying the VitePress documentation site to GitHub Pages
22
#
3-
name: Deploy VitePress site to Pages
3+
name: Documentation deployment
44

55
on:
66
# Runs on pushes targeting the `main` branch.
@@ -10,6 +10,9 @@ on:
1010
# Allows you to run this workflow manually from the Actions tab
1111
workflow_dispatch:
1212

13+
# Allows to run this workflow from external triggers
14+
repository_dispatch:
15+
1316
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1417
permissions:
1518
contents: read

0 commit comments

Comments
 (0)