Curriculum-Vitae/.forgejo/workflows/main.yml
Tigor Hutasuhut f4bc17bd66
Some checks failed
build resume / build (push) Failing after 23s
attempt to fix workflow
2024-06-19 18:51:40 +07:00

22 lines
502 B
YAML

name: build resume
on: push
jobs:
build:
runs-on: ubuntu
steps:
- uses: actions/checkout@v4
- name: "Setup env"
uses: https://github.comJRMurr/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