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
The deployment of the page works, and everything seems to be working, but when using manual deploy ./bin/deploy
git does not change to master branch. I can change if i delete _site/ directory, even changed line 103 of deploy file from:
rm -R _site/
to
rm -rf _site/
but still stuck in gh-pages branch.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The deployment of the page works, and everything seems to be working, but when using manual deploy ./bin/deploy
git does not change to master branch. I can change if i delete _site/ directory, even changed line 103 of deploy file from:
rm -R _site/
to
rm -rf _site/
but still stuck in gh-pages branch.
Beta Was this translation helpful? Give feedback.
All reactions