We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run github-pages:commit, and there already exists previously-deployed files on the gh-pages branch, they are not removed. Is this a design choice? I expected this to wipe the files and rebuild completely. I've run this a few times and the duplicate files in https://github.com/NathanJang/nathanjang.github.io/tree/9c2d576f0c301fae02bb83fff8613a9690c4ea09/assets is what happens.
github-pages:commit
gh-pages
Maybe it we just to configure the cp command in more detail, maybe on this line?
cp
ember-cli-github-pages/lib/commands/commit.js
Line 50 in dd4498c
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run
github-pages:commit
, and there already exists previously-deployed files on thegh-pages
branch, they are not removed. Is this a design choice? I expected this to wipe the files and rebuild completely. I've run this a few times and the duplicate files in https://github.com/NathanJang/nathanjang.github.io/tree/9c2d576f0c301fae02bb83fff8613a9690c4ea09/assets is what happens.Maybe it we just to configure the
cp
command in more detail, maybe on this line?ember-cli-github-pages/lib/commands/commit.js
Line 50 in dd4498c
Thanks!
The text was updated successfully, but these errors were encountered: