Compare commits
No commits in common. "d5d270ab917ea1e877e8838367e265be883a9cc8" and "8b64dc3c684376d58b644798c58fff7595cb5017" have entirely different histories.
d5d270ab91
...
8b64dc3c68
|
@ -6,8 +6,11 @@ jobs:
|
|||
runs-on: native
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: use typst
|
||||
run: typst --version
|
||||
shell: bash
|
||||
- name: build resume
|
||||
run: typst compile --font-path ./assets/fonts resume.typ resume.pdf
|
||||
run: ./build.sh
|
||||
shell: bash
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
|
@ -27,8 +27,8 @@
|
|||
link: "https://www.github.com/tigorlazuardi",
|
||||
),
|
||||
contact(
|
||||
text: "LinkedIn.com/in/tigor-hutasuhut",
|
||||
link: "https://www.linkedin.com/in/tigor-hutasuhut",
|
||||
text: "LinkedIn.com/in/tigor-hutasuhut-00346463",
|
||||
link: "https://www.linkedin.com/in/tigor-hutasuhut-00346463/",
|
||||
),
|
||||
contact(
|
||||
text: "git.tigor.web.id",
|
||||
|
|
Loading…
Reference in a new issue