File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1818# ###############################################################################
1919set -e
2020
21- export JAVA_HOME=$JAVA_HOME_11_X64
21+ export JAVA_HOME=$JAVA_HOME_17_X64
2222
2323# setup hugo
2424HUGO_REPO=https://github.com/gohugoio/hugo/releases/download/v0.104.0/hugo_extended_0.104.0_Linux-64bit.tar.gz
@@ -28,6 +28,7 @@ if ! curl --fail -OL $HUGO_REPO ; then
2828 exit 1
2929fi
3030tar -zxvf $HUGO_ARTIFACT
31+ git config --global --add safe.directory ' *'
3132git submodule update --init --recursive
3233# generate docs into docs/target
3334./hugo -v --source docs --destination target
Original file line number Diff line number Diff line change 4949 fi
5050 - name : Build documentation
5151 run : |
52- docker run --rm --volume "$PWD:/root/flink-kubernetes-operator" chesnay/flink-ci:java_8_11 bash -c "cd /root/flink-kubernetes-operator && ./.github/workflows/docs.sh"
52+ docker run --rm \
53+ --workdir /workdir \
54+ -v "$PWD:/workdir" \
55+ chesnay/flink-ci:java_8_11_17_21_maven_386_jammy \
56+ bash -c './.github/workflows/docs.sh'
5357 - name : Upload documentation
5458 uses : ./.github/actions/rsync-deployments
5559 with :
You can’t perform that action at this time.
0 commit comments