blob: a8fee733e9d6e30836facdde0390784dab951b30 [file] [log] [blame]
# Builds the site
#
# This job builds the website for pull requests to ensure that the PR does not break the build
name: build-site
# Conditions necessary to trigger a build
on:
pull_request:
jobs:
build-site:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Build Site
run: |
mvn clean compile