Skip to content

mvn site

mvn site #8

Workflow file for this run

name: mvn site
on:
workflow_dispatch:
jobs:
release:
name: Site
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Maven Central
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 17
cache: maven
- name: Generate website
run: |

Check failure on line 21 in .github/workflows/mvn-site.yml

View workflow run for this annotation

GitHub Actions / mvn site

Invalid workflow file

The workflow is not valid. .github/workflows/mvn-site.yml (Line: 21, Col: 14): Unexpected symbol: '}'. Located at position 14 within expression: github.actor } -Dgithub.token=${{ secrets.GITHUB_TOKEN
git config --global user.name '${{ github.actor }}'
git config --global user.email '${{ github.actor }}@users.noreply.github.com'
mvn install
mvn site:site site:stage scm-publish:publish-scm -Dgithub.actor=${{ github.actor } -Dgithub.token=${{ secrets.GITHUB_TOKEN }}