You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/docs.yml
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
name: 'Docs'
1
+
name: "Docs"
2
2
3
3
on:
4
4
push:
5
5
tags:
6
-
- 'v*'
6
+
- "v*"
7
7
workflow_dispatch:
8
8
inputs:
9
9
version:
@@ -12,8 +12,8 @@ on:
12
12
description: 'Specify the released version of ember-cli to use to generate and deploy documentation. Should be full tag name, including the leading "v"'
0 commit comments