Skip to content

Commit c8521dc

Browse files
committed
[hotfix] Temporarily make it possible to build old documentation via GHA
We can't WebDav reliably to nightlies.apache.org, so we temporarily use the same mechanism that's used to build the docs to update the necessary fixes for release-1.13 until release-1.18 We need to add rsync to the docker image too to make this work
1 parent 090eba5 commit c8521dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-legacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
--volume "$PWD:/root/flink" \
5757
--volume "$HOME/.m2/repository:/root/.m2/repository" \
5858
chesnay/flink-ci:java_8_11_17_21_maven_386_jammy \
59-
bash -c "cd /root/flink && ./.github/workflows/docs.sh"
59+
bash -c "apt-get update && apt-get install -y rsync && cd /root/flink && ./.github/workflows/docs.sh"
6060
6161
- name: Upload documentation
6262
uses: burnett01/rsync-deployments@0dc935cdecc5f5e571865e60d2a6cdc673704823 # 5.2

0 commit comments

Comments
 (0)