19
19
uses : JamesIves/github-pages-deploy-action@releases/v3-test
20
20
with :
21
21
ACCESS_TOKEN : ${{ secrets.ACCESS_TOKEN }}
22
- BRANCH : gh-pages-beta
22
+ BRANCH : gh-pages-test
23
23
FOLDER : integration
24
24
BASE_BRANCH : dev
25
25
TARGET_FOLDER : montezuma
30
30
uses : dawidd6/action-delete-branch@v2.0.1
31
31
with :
32
32
github_token : ${{ secrets.GITHUB_TOKEN }}
33
- branches : gh-pages-beta
33
+ branches : gh-pages-test
34
34
35
35
36
36
# Deploys using checkout@v2 with a GITHUB_TOKEN.
47
47
uses : JamesIves/github-pages-deploy-action@releases/v3-test
48
48
with :
49
49
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
50
- BRANCH : gh-pages-beta
50
+ BRANCH : gh-pages-test
51
51
FOLDER : integration
52
52
BASE_BRANCH : dev
53
53
TARGET_FOLDER : montezuma2
56
56
uses : dawidd6/action-delete-branch@v2.0.1
57
57
with :
58
58
github_token : ${{ secrets.GITHUB_TOKEN }}
59
- branches : gh-pages-beta
59
+ branches : gh-pages-test
60
60
61
61
62
62
# Deploys using a container that requires you to install rsync.
81
81
uses : JamesIves/github-pages-deploy-action@releases/v3-test
82
82
with :
83
83
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
84
- BRANCH : gh-pages-beta
84
+ BRANCH : gh-pages-test
85
85
FOLDER : integration
86
86
BASE_BRANCH : dev
87
87
TARGET_FOLDER : montezuma2
90
90
uses : dawidd6/action-delete-branch@v2.0.1
91
91
with :
92
92
github_token : ${{ secrets.GITHUB_TOKEN }}
93
- branches : gh-pages-beta
93
+ branches : gh-pages-test
94
94
95
95
96
96
# Deploys using an SSH key.
@@ -112,7 +112,7 @@ jobs:
112
112
uses : JamesIves/github-pages-deploy-action@releases/v3-test
113
113
with :
114
114
SSH : true
115
- BRANCH : gh-pages-beta
115
+ BRANCH : gh-pages-test
116
116
FOLDER : integration
117
117
BASE_BRANCH : dev
118
118
TARGET_FOLDER : montezuma3
@@ -121,7 +121,7 @@ jobs:
121
121
uses : dawidd6/action-delete-branch@v2.0.1
122
122
with :
123
123
github_token : ${{ secrets.GITHUB_TOKEN }}
124
- branches : gh-pages-beta
124
+ branches : gh-pages-test
125
125
126
126
127
127
# Deploys using a custom env.
@@ -147,7 +147,7 @@ jobs:
147
147
uses : JamesIves/github-pages-deploy-action@releases/v3-test
148
148
with :
149
149
SSH : true
150
- BRANCH : gh-pages-beta
150
+ BRANCH : gh-pages-test
151
151
FOLDER : integration
152
152
BASE_BRANCH : dev
153
153
TARGET_FOLDER : montezuma4
@@ -156,7 +156,7 @@ jobs:
156
156
uses : dawidd6/action-delete-branch@v2.0.1
157
157
with :
158
158
github_token : ${{ secrets.GITHUB_TOKEN }}
159
- branches : gh-pages-beta
159
+ branches : gh-pages-test
160
160
161
161
162
162
# Deploys using the CLEAN option with SINGLE_COMMIT toggled.
@@ -173,7 +173,7 @@ jobs:
173
173
uses : JamesIves/github-pages-deploy-action@releases/v3-test
174
174
with :
175
175
ACCESS_TOKEN : ${{ secrets.ACCESS_TOKEN }}
176
- BRANCH : gh-pages-beta
176
+ BRANCH : gh-pages-test
177
177
FOLDER : integration
178
178
BASE_BRANCH : dev
179
179
CLEAN : true
@@ -182,7 +182,7 @@ jobs:
182
182
uses : dawidd6/action-delete-branch@v2.0.1
183
183
with :
184
184
github_token : ${{ secrets.GITHUB_TOKEN }}
185
- branches : gh-pages-beta
185
+ branches : gh-pages-test
186
186
187
187
188
188
# Deploys to a branch that doesn't exist with SINGLE_COMMIT.
0 commit comments