Skip to content

Commit

Permalink
Updated branches for deploying javadoc api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
1-ARIjitS authored Sep 7, 2024
1 parent 0be74e4 commit 93118b4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy_javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ on:
push:
branches:
- main
- JMEOS-working
- pr-fix


jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -42,4 +40,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: target/site/apidocs
publish_dir: target/site/apidocs

0 comments on commit 93118b4

Please sign in to comment.