Skip to content

docs: Add page for setting up nginx #1471

docs: Add page for setting up nginx

docs: Add page for setting up nginx #1471

Workflow file for this run

name: compile
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: compile
run: ant -noinput -buildfile build.xml compile