Skip to content

Commit

Permalink
CI: log what we're actually doing when CI generates the javadoc site
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Aug 21, 2024
1 parent b0597e3 commit b4a0f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: ant distclean
- name: build javadoc with Ant
run: ant distclean javadoc updater
- name: zip javadoc
- name: zip javadoc and place update in javadoc zip
run: cp i2pupdate.zip build/javadoc/i2pupdate.zip && zip -r javadoc.zip build/javadoc
- name: Upload javadoc.zip
uses: actions/upload-artifact@v4
Expand All @@ -70,7 +70,7 @@ jobs:
with:
# Upload javadocs to github page
path: 'build/javadoc'
- name: Deploy to GitHub Pages
- name: Deploy javadoc and dev build to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

Expand Down

0 comments on commit b4a0f83

Please sign in to comment.