Skip to content

Commit 577281c

Browse files
authored
Merge pull request #123 from Project516/javadoc-orphan-branch
Force javadoc page deployment deploy an orphan branch
2 parents e8373e5 + 33634e3 commit 577281c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/javadoc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ jobs:
3232
uses: peaceiris/actions-gh-pages@v4
3333
with:
3434
github_token: ${{ secrets.GITHUB_TOKEN }}
35-
publish_dir: ./app/build/docs/javadoc
35+
publish_dir: ./app/build/docs/javadoc
36+
force_orphan: true

0 commit comments

Comments
 (0)