File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
3838 Doc/tools/check-html-ids.py
3939 Doc/tools/removed-ids.txt
4040 sparse-checkout-cone-mode : false
41- path : /tmp/tools
41+ path : pr-head
4242 - name : ' Use PR head tools'
4343 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
44+ cp pr-head /Doc/tools/check-html-ids.py Doc/tools/check-html-ids.py
45+ [ -f pr-head/ Doc/tools/removed-ids.txt ] && cp pr-head /Doc/tools/removed-ids.txt Doc/tools/removed-ids.txt
4646 - name : ' Collect HTML IDs'
4747 run : python Doc/tools/check-html-ids.py collect Doc/build/html -o /tmp/html-ids-base.json.gz
4848 - name : ' Download PR head HTML IDs'
You can’t perform that action at this time.
0 commit comments