Skip to content

Commit 53c9d83

Browse files
committed
fix: gh-pages /javadoc root index.html first time run
1 parent f8099de commit 53c9d83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/callable.publish-javadoc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919
- name: Checkout create new empty or checkout branch 'gh-pages'
2020
run: |
21+
git fetch origin gh-pages || true
2122
git checkout gh-pages || git switch --orphan gh-pages
2223
2324
- name: Conclude javadoc version and set env

0 commit comments

Comments
 (0)