Skip to content

Met à jour la dépendance pdfbox #13

Met à jour la dépendance pdfbox

Met à jour la dépendance pdfbox #13

Workflow file for this run

name: Test and deploy
on:
push:
branches:
- main
paths:
- "src/main/**"
- "pom.xml"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
server-password: MAVEN_GITHUB_TOKEN
- name: Build, test and deploy with Maven
run: mvn --batch-mode deploy
env:
MAVEN_GITHUB_TOKEN: ${{ secrets.MAVEN_PAT }}