File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-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
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 --volume "$PWD:/root/flink-kubernetes-operator" chesnay/flink-ci:java_8_11_17_maven_386 bash -c "cd /root/flink-kubernetes-operator && ./.github/workflows/docs.sh"
5353 - name : Upload documentation
5454 uses : ./.github/actions/rsync-deployments
5555 with :
You can’t perform that action at this time.
0 commit comments