Skip to content

Commit 0035644

Browse files
authored
Merge pull request #341 from hassanhabib/copilot/fix-pdf-generation-job
Fix WeasyPrint broken anchor references in PDF generation
2 parents 6e6e1a1 + 449f2ca commit 0035644

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release_pdf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
echo "$separator" >> The-Standard.html
3030
done
3131
echo "</body></html>" >> The-Standard.html
32+
sed -i 's/id="user-content-/id="/g' The-Standard.html
3233
command="$command The-Standard.pdf"
3334
bash -c $command
3435
- name: Archive production artifacts

0 commit comments

Comments
 (0)