OPENNLP-1402 - Replace Travis with GitHub actions on opennlp-site, adds some basic validations to ensure the website is build. (#74)

3 files changed
tree: 2bc124cf81c0c79d4a41a7f66eebce787dc69a5a
  1. .github/
  2. src/
  3. .asf.yaml
  4. .gitignore
  5. pom.xml
  6. README.md
README.md

Welcome to OpenNLP Site Source Code

Build Status GitHub license Twitter Follow

Build

mvn clean install

Test Site locally - starts a web server on Port 8080

mvn clean package jbake:inline -Djbake.port=8080 -Djbake.listenAddress=0.0.0.0