We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8171f59 commit 0c532ffCopy full SHA for 0c532ff
.github/workflows/docs.yaml
@@ -49,7 +49,10 @@ jobs:
49
fi
50
- name: Build documentation
51
run: |
52
- docker run --rm --volume "$PWD:/root/flink-kubernetes-operator" chesnay/flink-ci:java_8_11_17_21_maven_386_jammy bash -c "cd /root/flink-kubernetes-operator && ./.github/workflows/docs.sh"
+ docker run --rm \
53
+ --volume "$PWD:/root/flink-kubernetes-operator" \
54
+ chesnay/flink-ci:java_8_11_17_21_maven_386_jammy \
55
+ bash -lc 'git config --global --add safe.directory /root/flink-kubernetes-operator && cd /root/flink-kubernetes-operator && ./.github/workflows/docs.sh'
56
- name: Upload documentation
57
uses: ./.github/actions/rsync-deployments
58
with:
0 commit comments