Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 876 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 876 Bytes

Deploy to GitHub Pages

README

This repository contains the source code for https://www.adoptopenjdk.net.

The master branch contains the source code necessary for development. A Jenkins job is used to run a build on this source code, and the output of this build is pushed to the gh-pages branch. GitHub Pages then uses this gh-pages branch to host the live, production website.

API

To use the API, see the README at api.adoptopenjdk.net.

To contribute to the API, or to raise issues, see the separate GitHub repository.

Developers

See the Contribution Guidelines.