mirror of
https://github.com/lupyuen/lupyuen.github.io.git
synced 2025-01-13 03:18:31 +08:00
Tested OK on latest macOS
This commit is contained in:
parent
82219e15d8
commit
182f99bf93
2 changed files with 1370 additions and 904 deletions
2086
package-lock.json
generated
2086
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -6,7 +6,13 @@ set -x # Echo all commands.
|
|||
|
||||
# Generate HTML and PDF
|
||||
scripts/gen-resume-html.sh
|
||||
scripts/gen-resume-pdf.sh
|
||||
|
||||
# scripts/gen-resume-pdf.sh
|
||||
# TODO: Fix this error:
|
||||
# node:internal/child_process:421
|
||||
# throw new ErrnoException(err, 'spawn');
|
||||
# Error: spawn Unknown system error -86
|
||||
# at ChildProcess.spawn (node:internal/child_process:421:11)
|
||||
|
||||
# Fix HTML formatting by expanding all sections:
|
||||
# Change
|
||||
|
|
Loading…
Reference in a new issue