You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemds.apache.org by GitBox <gi...@apache.org> on 2021/06/10 15:01:48 UTC

[GitHub] [systemds-website] j143 edited a comment on pull request #93: Gitpodify

j143 edited a comment on pull request #93:
URL: https://github.com/apache/systemds-website/pull/93#issuecomment-858695079


   > Why would this make it faster?
   
   Sometimes we may not be able to use our PC to update the website.
   ![image](https://user-images.githubusercontent.com/53068787/121548561-bd66cc00-ca2a-11eb-9b00-910d1dbf587e.png)
   
   
   When we open the code by clicking on `open in gitpod` button, it will clone
   the repo and does
   
   ```sh
   
   npm install 
   npm install -g gulp      
   gem install jekyll      
   gulp
   
   ```
   
   
   > Does it automatically update the webpage when we push to master?
   
   No. It does not affect our code in any way. It is only for developer convenience. 
   
   > I was under the impression that it would be safer and better for us at the moment to not have such automation, since we 
   > 
   > 1. don't have all the resources in master branch to fully construct the webpage, 
   > 2. don't want to risk removing some of the resources missing. I am refereeing to for instance legacy documentation of previous versions.
   
   👍 .  I am good with this one.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org