btashton commented on issue #18: Initial checkin nuttx website github action 
workflow
URL: 
https://github.com/apache/incubator-nuttx-website/pull/18#issuecomment-599154649
 
 
   @liuguo09 Ok I finally got around to sorting out what what up using a 
ubuntu:18.04 container which I think is close to the github environment.  I 
installed the system packages that you have and then before calling publish I 
create a local GEM_HOME and exporting the bin path in it so the bundler 
application is available.
   ```
   export GEM_HOME=$HOME/.gem
   export PATH=$PATH:$GEM_HOME/bin
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to