Datasets:

ArXiv:
Jordan Matelsky commited on
Commit
f799aba
·
unverified ·
1 Parent(s): 6c1565b

Update static.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/static.yml +5 -3
.github/workflows/static.yml CHANGED
@@ -2,9 +2,11 @@
2
  name: Deploy static content to Pages
3
 
4
  on:
5
- # Runs on pushes targeting the default branch
6
- push:
7
- branches: ["main"]
 
 
8
 
9
  # Allows you to run this workflow manually from the Actions tab
10
  workflow_dispatch:
 
2
  name: Deploy static content to Pages
3
 
4
  on:
5
+ workflow_run:
6
+ workflows: ["Build Website"]
7
+ branches: [main]
8
+ types:
9
+ - completed
10
 
11
  # Allows you to run this workflow manually from the Actions tab
12
  workflow_dispatch: