Skip to content

Commit e8faaf1

Browse files
authored
Update static.yml, run after docs build
1 parent dc50431 commit e8faaf1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/static.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Simple workflow for deploying static content to GitHub Pages
2-
name: Deploy static content to Pages
2+
name: Deploy Documentation to Pages
33

44
on:
55
# Runs on pushes targeting the default branch
6-
push:
7-
branches: ["master"]
6+
workflow_run:
7+
workflows: ["Documentation"]
8+
types:
9+
- completed
810

911
# Allows you to run this workflow manually from the Actions tab
1012
workflow_dispatch:

0 commit comments

Comments
 (0)