Browse Source

#3643: [doc][ci] Add http header to avoid github 403 in dlc (#12509)

see more detail in
https://github.com/tcort/markdown-link-check/issues/201
and we find can solve this by adding `httpHeaders` to fix
it
git-as-svn/v1/dev
Jiajie Zhong 2 years ago committed by GitHub
parent
commit
61718744ff
  1. 2
      commit.ref
  2. 34
      commit.yml

2
commit.ref

@ -1 +1 @@
Subproject commit 8add9744d4299aa9002dccd13894c79b58d0de9c Subproject commit 997b022b7cf6d03f8b1b4ac220c58349a553ea2c

34
commit.yml

@ -2,34 +2,10 @@
branches: { branches: {
} }
fileChange: fileChange:
/docs: /.dlc.json:
newFile: !uuid '0a1cd2f0ef524cd960e4db57231b55b02de8f004' newFile: !uuid 'da44b95b8edf4ab238b454304635db5b45410647'
oldFile: !uuid 'ae210069c1cb21cb367ed3face6729c293c0d567' oldFile: !uuid 'd083458159cfe7c33a7826c6f0d181b539d20ddb'
/docs/configs: gitCommitId: !uuid '997b022b7cf6d03f8b1b4ac220c58349a553ea2c'
newFile: !uuid 'e1f981082e8a36d76e439ac77b3db1528ce81336'
oldFile: !uuid '61fe308b9f055ab74761bfe789f10bb69af83437'
/docs/configs/index.md.jsx:
newFile: !uuid '58dfbfe69756ee00e08f525891e2cf049f0ce06b'
oldFile: !uuid '7a6a055915799f2a6046d1d3a91be2885bc54ffd'
/docs/configs/site.js:
newFile: !uuid '7a52569746c072de9a4269896c65b2da34cf5ca4'
oldFile: !uuid '6334fb639089eff5c796631fd73d23cd0b2eb709'
/docs/docs:
newFile: !uuid '3bce1bd1bb5e52f6e8a00d26b12aa6a50e5eefa7'
oldFile: !uuid 'abed10abc8a8c0a053a6c58857727c82a1206c1f'
/docs/docs/en:
newFile: !uuid '7fd4416eb7ed48ce259cf604a087f3aa716afb77'
oldFile: !uuid '4195e4359b25fc31d5dcba35b11bbcc3fd3cf497'
/docs/docs/en/history-versions.md:
newFile: !uuid '809be7c24a49e6ba07388292d1d0042887dd8067'
oldFile: !uuid '2803339f01230d35f579a618e85049a1fa089714'
/docs/docs/zh:
newFile: !uuid '5ef03b6ba932c27daf35cae1bd61e244254a6715'
oldFile: !uuid '0ec788cd982317e2858a765e6e731e249af7d18d'
/docs/docs/zh/history-versions.md:
newFile: !uuid 'a6ff5b7617bb8203b4856330e9843039810dc32b'
oldFile: !uuid 'd60ab5674b65cb3f6558d5b346b2205301509427'
gitCommitId: !uuid '8add9744d4299aa9002dccd13894c79b58d0de9c'
renames: { renames: {
} }
revisionId: 3642 revisionId: 3643

Loading…
Cancel
Save