Skip to content

Commit

Permalink
rm keep_files
Browse files Browse the repository at this point in the history
  • Loading branch information
wavejumper committed Jan 9, 2025
1 parent 7d95198 commit 3094e63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,12 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./target/javadoc-out
destination_dir: docs/latest
keep_files: true
- name: Deploy Javadoc to GH pages (release dir)
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./target/javadoc-out
destination_dir: docs/${{ env.version }}
keep_files: true
- name: Publish package
run: mvn --batch-mode -Dsource=1.8 -Dtarget=1.8 -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8 deploy
env:
Expand Down

0 comments on commit 3094e63

Please sign in to comment.