fix: small misc issues with build (#118)
Auto formatted all typst code and fixed CI issue due to using upload artifacts v4 (actions/upload-artifact@v4/docs/MIGRATION.md)
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
#import "../lib.typ"
|
||||
#import "@preview/tidy:0.4.1"
|
||||
|
||||
#let docs = tidy.parse-module(
|
||||
read("../lib.typ"),
|
||||
name: "Modern CV",
|
||||
scope: (resume: lib),
|
||||
)
|
||||
#let docs = tidy.parse-module(read("../lib.typ"), name: "Modern CV", scope: (
|
||||
resume: lib,
|
||||
))
|
||||
#tidy.show-module(docs, style: tidy.styles.minimal)
|
||||
|
||||
Reference in New Issue
Block a user