Skip to content

Commit d9bb9aa

Browse files
committed
Variable has been renamed to createGhPagesBranchRemote
1 parent 51b13ab commit d9bb9aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/publish/gh-pages/gh-pages.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ async function publish(
221221
/^https:\/\/(.+?)\.github\.io\/$/,
222222
);
223223
if (defaultSiteMatch) {
224-
if (createGhPagesBranch) {
224+
if (createGhPagesBranchRemote) {
225225
notifyGhPagesBranch = true;
226226
} else {
227227
try {
@@ -237,7 +237,7 @@ async function publish(
237237
}
238238

239239
// if this is an update then warn that updates may require a browser refresh
240-
if (!createGhPagesBranch && !notifyGhPagesBranch) {
240+
if (!createGhPagesBranchRemote && !notifyGhPagesBranch) {
241241
info(colors.yellow(
242242
"NOTE: GitHub Pages sites use caching so you might need to click the refresh\n" +
243243
"button within your web browser to see changes after deployment.\n",

0 commit comments

Comments
 (0)