Skip to content
New issue

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

Fix documentation update during the release process #58

Closed
cescoffier opened this issue Dec 19, 2019 · 0 comments
Closed

Fix documentation update during the release process #58

cescoffier opened this issue Dec 19, 2019 · 0 comments
Milestone

Comments

@cescoffier
Copy link
Contributor

At the moment it fails with:

2019-12-19T15:11:07.9347234Z Cloning repo
2019-12-19T15:11:07.9364989Z Cloning into 'site'...
2019-12-19T15:11:15.6335143Z Warning: Permanently added the RSA host key for IP address '192.30.253.112' to the list of known hosts.
2019-12-19T15:11:15.6939235Z git@github.com: Permission denied (publickey).
2019-12-19T15:11:15.6957046Z fatal: Could not read from remote repository.
2019-12-19T15:11:15.6958973Z Copy content
2019-12-19T15:11:15.6960007Z 
2019-12-19T15:11:15.6962044Z Please make sure you have the correct access rights
2019-12-19T15:11:15.6964436Z and the repository exists.
2019-12-19T15:11:15.6982052Z cp: target 'site' is not a directory
2019-12-19T15:11:15.6984101Z yes: standard output: Broken pipe
2019-12-19T15:11:15.6985964Z Pushing
2019-12-19T15:11:15.6987855Z .build/doc.sh: line 14: cd: site: No such file or directory
2019-12-19T15:11:15.7140754Z HEAD detached at 0.1.2
2019-12-19T15:11:15.7142481Z nothing to commit, working tree clean
2019-12-19T15:11:15.7223939Z error: src refspec gh-pages does not match any
2019-12-19T15:11:15.7226207Z error: failed to push some refs to 'https://github.com/***/***-mutiny'

because it does not use the correct git url (it should use the https with token)

@cescoffier cescoffier added this to the 0.4.0 milestone Jan 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant