influxdb-client-java icon indicating copy to clipboard operation
influxdb-client-java copied to clipboard

chore(docs): simplify publishing GitHub pages by Docker

Open bednar opened this issue 3 years ago • 0 comments
trafficstars

Proposed Changes

Simplify publishing GitHub pages by Docker to be platform independent.

This PR also change the Deploy Maven site from ReleaseCycleSettings.md to:

mvn site site:stage -DskipTests

docker run -it --rm \
       -v "${PWD}":/code \
       -v ~/.ssh:/root/.ssh \
       -v ~/.gitconfig:/root/.gitconfig \
       -w /code \
       bitnami/git /code/scripts/publish-site.sh

Checklist

  • [x] Rebased/mergeable
  • [x] mvn test completes successfully
  • [x] Commit messages are conventional
  • [x] Sign CLA (if not already signed)

bednar avatar Oct 04 '22 08:10 bednar