Skip to content

Commit

Permalink
Added comments to JavaDoc publication yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasSchaub committed Jul 3, 2023
1 parent ee6f2e8 commit 826c989
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish-javadoc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Deploy Javadoc

#Note: The Javadoc-publisher action only commits to javadoc branch and triggers the GitHub pages update action if there
# are changes in the JavaDoc, i.e. it ignores the Readme.md that is used as main landing page of the GitHub pages!
# And these need to be merged into the javadoc branch.

on:
#release: # to trigger this only at new releases, comment this in and the next three lines out
#types: [created, published, released]
push:
branches:
- main
Expand All @@ -12,7 +18,7 @@ jobs:
- name: Deploy JavaDoc 🚀
uses: MathieuSoysal/Javadoc-publisher.yml@v2.4.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
javadoc-branch: javadoc
java-version: 17
target-folder: javadoc
Expand Down

0 comments on commit 826c989

Please sign in to comment.