-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
GitHub integration warning? #74
Comments
At what URL do you want your site served? |
I added the github yml to the actual repo and it worked as expected. I was wondering about the warning I'm getting. |
@nakednous may I ask:
|
I used https. Have no keys configured, but try to clone with # @codedoc/cli version 0.2.6 ...................................... latest: 0.2.6
# @codedoc/core version: 0.2.15 |
So I just tried to replicate the issue doing the following: git clone https://github.com/nakednous/codedoc.git # --> cloning via https
cd codedoc # --> going to the cloned folder
codedoc install # --> install codedoc dependencies
codedoc check And I get no warnings. Can you run this command in the cloned folder where you get the warning and reply the result? git remote get-url origin |
I get: |
Created a test repo codedoc having
master
as its default branch and configure gh-pages to thegh-pages
branch. After which running:populates
config.ts
as:Since my repo is in github (and gh-pages are already configured) I thought
config.ts
should have produced thegithub
literal. Did I miss something? So I manually added the github integration as:However, running
codedoc check
produces the following warning:Is it an issue or is it just my config?
The text was updated successfully, but these errors were encountered: