We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1033aa5 commit f8099deCopy full SHA for f8099de
.github/workflows/callable.publish-javadoc.yml
@@ -18,7 +18,7 @@ jobs:
18
token: ${{ secrets.GITHUB_TOKEN }}
19
- name: Checkout create new empty or checkout branch 'gh-pages'
20
run: |
21
- git switch --orphan gh-pages || git checkout gh-pages
+ git checkout gh-pages || git switch --orphan gh-pages
22
23
- name: Conclude javadoc version and set env
24
0 commit comments