Build maven report #5089
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build maven report | |
on: | |
push: | |
branches: [ asf-site ] | |
schedule: | |
- cron: '0 */3 * * *' | |
workflow_dispatch: | |
jobs: | |
build: | |
name: Build maven report | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Build Maven site and stage | |
run: | | |
sh .github/scripts/build-maven-report.sh `pwd` |