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 running gh-pages as:
gh-pages
gh-pages --dotfiles --message "Updates" --dist docs/_build/html --repo <github-url> --branch master
in CircleCI, we're seeing an error:
fatal: could not create work tree dir '../../../usr/local/lib/node_modules/gh-pages/.cache/<REPODIR>': Permission denied
This looks as if gh-pages is trying to create something under /usr even though it's running as a regular user?
/usr
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running
gh-pages
as:in CircleCI, we're seeing an error:
fatal: could not create work tree dir '../../../usr/local/lib/node_modules/gh-pages/.cache/<REPODIR>': Permission denied
This looks as if
gh-pages
is trying to create something under/usr
even though it's running as a regular user?The text was updated successfully, but these errors were encountered: