samueleresca opened a new issue, #56:
URL: https://github.com/apache/incubator-pekko-site/issues/56

   Currently we update the `content` folder manually. 
   As a developer, I need to make the changes and re-trigger the content folder 
creation as described below:
   ```
   rm -rf content
   mkdir content
   sbt clean paradox
   cp -r target/paradox/site/main/. content/
   ```
   It would be great to include e GH Action to ensure that there is no 
difference between the `content` folder pushed in the branch and the result of 
`sbt clean paradox`. This approach would ensure that if the dev forget to 
update the content folder the CI of the PR fails.
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to