We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b13ab commit d9bb9aaCopy full SHA for d9bb9aa
src/publish/gh-pages/gh-pages.ts
@@ -221,7 +221,7 @@ async function publish(
221
/^https:\/\/(.+?)\.github\.io\/$/,
222
);
223
if (defaultSiteMatch) {
224
- if (createGhPagesBranch) {
+ if (createGhPagesBranchRemote) {
225
notifyGhPagesBranch = true;
226
} else {
227
try {
@@ -237,7 +237,7 @@ async function publish(
237
}
238
239
// if this is an update then warn that updates may require a browser refresh
240
- if (!createGhPagesBranch && !notifyGhPagesBranch) {
+ if (!createGhPagesBranchRemote && !notifyGhPagesBranch) {
241
info(colors.yellow(
242
"NOTE: GitHub Pages sites use caching so you might need to click the refresh\n" +
243
"button within your web browser to see changes after deployment.\n",
0 commit comments