[ 
https://issues.apache.org/jira/browse/BEAM-4495?focusedWorklogId=139863&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-139863
 ]

ASF GitHub Bot logged work on BEAM-4495:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 30/Aug/18 19:56
            Start Date: 30/Aug/18 19:56
    Worklog Time Spent: 10m 
      Work Description: udim commented on a change in pull request #6282: 
[BEAM-4495] Website pre-commit job
URL: https://github.com/apache/beam/pull/6282#discussion_r214160845
 
 

 ##########
 File path: website/Rakefile
 ##########
 @@ -3,16 +3,18 @@ require 'html-proofer'
 require 'etc'
 
 task :test do
-  FileUtils.rm_rf('./.testcontent')
-  sh "bundle exec jekyll build --config _config.yml,_config_test.yml"
-  HTMLProofer.check_directory("./.testcontent", {
+  HTMLProofer.check_directory("./content", {
     :typhoeus => {
       :timeout => 60,
       :connecttimeout => 40 },
     :allow_hash_href => true,
     :check_html => true,
     :file_ignore => [/javadoc/, /v2/, /pydoc/],
     :url_ignore => [
+        # Javadocs and Pydocs are only available on asf-site branch
+        /documentation\/sdks\/javadoc/,
+        /documentation\/sdks\/pydoc/,
 
 Review comment:
   I'm not sure yet where the generated docs go, it's going to either be 
apache/beam-site or directly push to gitbox. TBD when I get responses from 
INFRA.
   
   This bug tracks generation of java and pydocs: 
https://issues.apache.org/jira/browse/BEAM-4498
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 139863)
    Time Spent: 7h 10m  (was: 7h)

> Create website pre-commits for apache/beam repository
> -----------------------------------------------------
>
>                 Key: BEAM-4495
>                 URL: https://issues.apache.org/jira/browse/BEAM-4495
>             Project: Beam
>          Issue Type: Sub-task
>          Components: testing, website
>            Reporter: Scott Wegner
>            Assignee: Udi Meiri
>            Priority: Major
>              Labels: beam-site-automation-reliability
>          Time Spent: 7h 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to