File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6363 --fallback-extensions "md"
6464 --github-token "${GITHUB_TOKEN}"
6565 --insecure
66+ --max-retries 3
67+ --retry-wait-time 5
6668 --exclude-all-private
6769 --no-progress
6870 $(cat changed-files.txt | tr '\n' ' ')
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ https://docs.openstack.org/api-ref/network/v2/index.html
33https://docs.openstack.org/keystone/latest/user/application_credentials.html
44https://www.freedesktop.org/software/systemd/man/latest/sysupdate.d.html
55
6- # v1beta2 API docs are published from this repo ; links are valid once deployed
7- https://cluster-api-openstack.sigs.k8s.io/api/v1beta2/api# .*
6+ # Our own site ; links are valid once deployed, but flaky under automated checks
7+ https://cluster-api-openstack.sigs.k8s.io/.*
You can’t perform that action at this time.
0 commit comments