File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
OPENGROK_PULL_REQUEST : ${{ github.head_ref }}
33
33
OPENGROK_REF : ${{ github.ref }}
34
34
OPENGROK_BUILD_DIR : ${{ github.workspace }}
35
- GH_PAGES_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36
35
run : ./dev/javadoc.sh
Original file line number Diff line number Diff line change @@ -15,14 +15,15 @@ if [[ "${OPENGROK_REPO_SLUG}" != "oracle/opengrok" ||
15
15
fi
16
16
17
17
BRANCH=" gh-pages"
18
- echo -e " Publishing javadoc to $BRANCH ...\n"
19
18
19
+ echo -e " Building Javadoc...\n"
20
20
./mvnw -DskipTests=true site
21
21
22
+ echo -e " Publishing javadoc to $BRANCH ...\n"
22
23
git config --global user.email
" [email protected] "
23
24
git config --global user.name " Foo Bar"
24
25
git clone --quiet --branch=$BRANCH \
25
- https://${GH_PAGES_TOKEN} @ github.com/oracle/opengrok " $BRANCH "
26
+ https://github.com/oracle/opengrok " $BRANCH "
26
27
27
28
cd " $BRANCH "
28
29
if [[ -d ./javadoc ]]; then
You can’t perform that action at this time.
0 commit comments