Compare commits
2 commits
8b64dc3c68
...
d5d270ab91
Author | SHA1 | Date | |
---|---|---|---|
Tigor Hutasuhut | d5d270ab91 | ||
Tigor Hutasuhut | 573d445d79 |
|
@ -6,11 +6,8 @@ jobs:
|
|||
runs-on: native
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: use typst
|
||||
run: typst --version
|
||||
shell: bash
|
||||
- name: build resume
|
||||
run: ./build.sh
|
||||
run: typst compile --font-path ./assets/fonts resume.typ resume.pdf
|
||||
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-00346463",
|
||||
link: "https://www.linkedin.com/in/tigor-hutasuhut-00346463/",
|
||||
text: "LinkedIn.com/in/tigor-hutasuhut",
|
||||
link: "https://www.linkedin.com/in/tigor-hutasuhut",
|
||||
),
|
||||
contact(
|
||||
text: "git.tigor.web.id",
|
||||
|
|
Loading…
Reference in a new issue