Skip to content

Commit

Permalink
even more release testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffcaseyyet committed Nov 27, 2024
1 parent 578c2d3 commit f1b363e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1b363e

Please sign in to comment.