-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
578c2d3
commit f1b363e
Showing
1 changed file
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,14 +24,13 @@ jobs: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
MAVEN_GPG_PASSPHRASE: ${{ secrets.RELEASES_GPG_PASSPHRASE }} | ||
MAVEN_GPG_KEY: ${{ secrets.RELEASES_GPG_PRIVATE_KEY }} | ||
- name: Debug directory | ||
run: pwd | ||
- name: Debug directory2 | ||
- name: Prep Docs | ||
run: | | ||
ls -a | ||
cd target | ||
ls -a | ||
- name: Deploy Documentation | ||
export DOCZIP=$(ls | grep javadoc.jar$) | ||
mkdir -p apidocs | ||
unzip $DOCZIP -d apidocs | ||
- name: Deploy Docs | ||
uses: JamesIves/[email protected] | ||
with: | ||
branch: gh-pages | ||
|