Skip to content

Commit 8a152f0

Browse files
committed
Fix Maven build step by adding 'clean' to ensure a fresh build
1 parent fdefd8c commit 8a152f0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/site.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ jobs:
3434
with:
3535
java-version: '17'
3636
distribution: 'temurin'
37-
cache: maven
3837

3938
- name: Build Maven Site with Javadoc
40-
run: ./mvnw site -DskipTests -Dcheckstyle.skip=true
39+
run: ./mvnw clean site -DskipTests -Dcheckstyle.skip=true
4140

4241
- name: Setup Pages
4342
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)