Skip to content

Update documentation #98

Update documentation

Update documentation #98

Workflow file for this run

name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
java-version: 8
distribution: temurin
- uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-m2-
- uses: erlef/setup-beam@v1
with:
otp-version: '23'
- name: erl
run: erl -version
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- name: Build with Maven
run: xvfb-run ./mvnw -B -U clean verify -P help
- uses: actions/upload-artifact@v4
with:
name: P2 site
path: releng/org.erlide.site/target/repository