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 ff5bafe commit c4cf4a8Copy full SHA for c4cf4a8
1 file changed
.github/workflows/reusable-check-html-ids.yml
@@ -38,11 +38,11 @@ jobs:
38
Doc/tools/check-html-ids.py
39
Doc/tools/removed-ids.txt
40
sparse-checkout-cone-mode: false
41
- path: /tmp/tools
+ path: pr-head
42
- name: 'Use PR head tools'
43
run: |
44
- cp /tmp/tools/Doc/tools/check-html-ids.py Doc/tools/check-html-ids.py
45
- [ -f /tmp/tools/Doc/tools/removed-ids.txt ] && cp /tmp/tools/Doc/tools/removed-ids.txt Doc/tools/removed-ids.txt
+ cp pr-head/Doc/tools/check-html-ids.py Doc/tools/check-html-ids.py
+ [ -f pr-head/Doc/tools/removed-ids.txt ] && cp pr-head/Doc/tools/removed-ids.txt Doc/tools/removed-ids.txt
46
- name: 'Collect HTML IDs'
47
run: python Doc/tools/check-html-ids.py collect Doc/build/html -o /tmp/html-ids-base.json.gz
48
- name: 'Download PR head HTML IDs'
0 commit comments