I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit b4a0f83c authored by idk's avatar idk
Browse files

CI: log what we're actually doing when CI generates the javadoc site

parent b0597e32
No related branches found
No related tags found
No related merge requests found
Pipeline #1952 passed
......@@ -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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment