[
https://issues.apache.org/jira/browse/KYLIN-5053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17389279#comment-17389279
]
ASF GitHub Bot commented on KYLIN-5053:
---------------------------------------
Humbedooh commented on pull request #1704:
URL: https://github.com/apache/kylin/pull/1704#issuecomment-888828249
This won't get your web site deployed via git, as your configuration is the
wrong way around.
The `subdir` refers to a sub directory on the web site to check out into,
not a sub directory in the git branch. You are essentially checking your new
website into kylin.apache.org/website/website with this. You need to remove the
subdir directive and either:
- publish the website content at the root of the branch OR
- publish it in a directory called either `output` or `content`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> Update the website to link to TravisCI and Github Actions instead of Jenkins
> ----------------------------------------------------------------------------
>
> Key: KYLIN-5053
> URL: https://issues.apache.org/jira/browse/KYLIN-5053
> Project: Kylin
> Issue Type: Task
> Components: Documentation
> Affects Versions: v3.1.2
> Reporter: Martin Tzvetanov Grigorov
> Priority: Minor
>
> Currently [https://kylin.apache.org/development/#ci-and-code-analysis] points
> to [https://builds.apache.org/job/Kylin-Master-JDK-1.8/] as CI, but this url
> leads to error 404 (Not Found).
> Since a while Kylin uses
> [TravisCI|https://app.travis-ci.com/github/apache/kylin] and [GitHub
> Actions|https://github.com/apache/kylin/actions]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)