Skip to content

Commit 33634e3

Browse files
authored
Force javadoc page deployment deploy an orphan branch
1 parent 4aa912c commit 33634e3

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)