Skip to content
Snippets Groups Projects
Commit e58eeac1 authored by Andrea Burattin's avatar Andrea Burattin
Browse files

Merge branch 'master' of https://github.com/beamline/framework

parents 03e2baa9 e2cd7ca2
No related branches found
No related tags found
No related merge requests found
name: Deploy Javadoc
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-java@v1
with:
java-version: 11
java-package: jdk+fx
- name: Generate Javadoc
run: mvn javadoc:javadoc
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@3.5.9
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
CLEAN: true
FOLDER: javadoc
TARGET_FOLDER: javadoc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment