Curriculum-Vitae/.forgejo/workflows/main.yml
Tigor Hutasuhut 4a0df9ae0b
Some checks failed
build resume / build (push) Has been cancelled
fix typo
2024-06-19 18:52:33 +07:00

22 lines
503 B
YAML

name: build resume
on: push
jobs:
build:
runs-on: ubuntu
steps:
- uses: actions/checkout@v4
- name: "Setup env"
uses: https://github.com/JRMurr/direnv-nix-action@v4.1.0
- name: use typst
run: typst --version
shell: bash
- name: build resume
run: ./build.sh
shell: bash
- uses: https://github.com/actions/upload-artifact@v3
with:
name: Resume
path: resume.pdf
if-no-files-found: error