Skip to content

Commit 181e241

Browse files
authored
Update deploy_v3_docs workflow (#3893)
Try different syntax for on / push / branches...
1 parent 1aae2a5 commit 181e241

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy_v3_docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Deploy V3 API Docs to Pages
22

33
on:
44
push:
5-
branches: [ gh-pages ]
5+
branches:
6+
- gh-pages
67

78
workflow_dispatch:
89

0 commit comments

Comments
 (0)