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
-d
The -d (--dist) option seems to work only with a path under the current directory (process.cwd()). Is there way to use an absolute path like /tmp?
--dist
process.cwd()
/tmp
$ npx gh-pages -V 2.1.1 $ pwd /Users/okuryu/work/tests/test-20191002 $ env NODE_DEBUG=gh-pages npx gh-pages -d /tmp/docs/ ENOENT: no such file or directory, stat '/Users/okuryu/work/tests/test-20191002/tmp/docs/'
The text was updated successfully, but these errors were encountered:
Allow an absolute path as dist directory
1f0e59f
Fixes: tschaub#317
Successfully merging a pull request may close this issue.
The
-d
(--dist
) option seems to work only with a path under the current directory (process.cwd()
). Is there way to use an absolute path like/tmp
?The text was updated successfully, but these errors were encountered: