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