Tibor17 edited a comment on pull request #489:
URL: https://github.com/apache/maven-surefire/pull/489#issuecomment-1069204717


   @slawekjaranowski 
   I understand that zipping the web content is the first try which requires 
some extra work to check it.
   There is one more comfortable way with an example as follows.
   We talked about it in the mailing list that there is Github support with 
`gh-pages`, example:
   ```
       # Push the book's HTML to github-pages
       - name: GitHub Pages action
         uses: peaceiris/actions-gh-pages@v3.6.1
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}
           publish_dir: ./_build/html
   ```
   References:
   https://jupyterbook.org/publish/gh-pages.html
   
https://stackoverflow.com/questions/8446218/how-to-see-an-html-page-on-github-as-a-normal-rendered-html-page-to-see-preview
   Can you pls make a draft with GH pages?
   I will appove this PR.


-- 
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: issues-unsubscr...@maven.apache.org

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


Reply via email to