Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
Netyyyy committed Aug 27, 2024
1 parent 7e08611 commit 9fa1203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
java-version: 17
distribution: 'temurin'

- uses: actions/cache@v2
- uses: actions/cache@v3
id: mvn-cache
with:
path: ~/.m2/repository
Expand Down Expand Up @@ -95,5 +95,5 @@ jobs:
elif [[ -n "${{ github.event.inputs.committish }}" ]] && [[ "${{ github.event.inputs.committish }}" != "main" ]] ; then
./docs/src/main/asciidoc/ghpages.sh --version ${{ github.event.inputs.committish }} --destination . --build
else
./docs/src/main/asciidoc/ghpages.sh --build
./mvnw install -P docs -P '!CI' -pl docs -DskipTests # Simplified PR check
fi

0 comments on commit 9fa1203

Please sign in to comment.