Skip to content

Commit

Permalink
GH action, deploy docu (repository_dispatch)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaengeli authored Nov 15, 2024
1 parent f9ca3f6 commit 69bd8a4
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Workflow for building and deploying the VitePress documentation site to GitHub Pages
#
name: Deploy VitePress site to Pages
name: Documentation deployment

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

# Allows to run this workflow from external triggers
repository_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
Expand Down

0 comments on commit 69bd8a4

Please sign in to comment.