We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc50431 commit e8faaf1Copy full SHA for e8faaf1
.github/workflows/static.yml
@@ -1,10 +1,12 @@
1
# Simple workflow for deploying static content to GitHub Pages
2
-name: Deploy static content to Pages
+name: Deploy Documentation to Pages
3
4
on:
5
# Runs on pushes targeting the default branch
6
- push:
7
- branches: ["master"]
+ workflow_run:
+ workflows: ["Documentation"]
8
+ types:
9
+ - completed
10
11
# Allows you to run this workflow manually from the Actions tab
12
workflow_dispatch:
0 commit comments