Skip to content

Commit c4cf4a8

Browse files
Move checkout ot workspace
1 parent ff5bafe commit c4cf4a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable-check-html-ids.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)