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 18
18
# ###############################################################################
19
19
set -e
20
20
21
- export JAVA_HOME=$JAVA_HOME_11_X64
21
+ export JAVA_HOME=$JAVA_HOME_17_X64
22
22
23
23
# setup hugo
24
24
HUGO_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 49
49
fi
50
50
- name : Build documentation
51
51
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"
53
53
- name : Upload documentation
54
54
uses : ./.github/actions/rsync-deployments
55
55
with :
You can’t perform that action at this time.
0 commit comments