Curriculum-Vitae/.forgejo/workflows/main.yml

22 lines
503 B
YAML
Raw Normal View History

2024-06-19 17:04:45 +07:00
name: build resume
on: push
jobs:
build:
runs-on: ubuntu
steps:
2024-06-19 18:51:40 +07:00
- uses: actions/checkout@v4
2024-06-19 17:04:45 +07:00
- name: "Setup env"
2024-06-19 18:52:33 +07:00
uses: https://github.com/JRMurr/direnv-nix-action@v4.1.0
2024-06-19 17:04:45 +07:00
- name: use typst
run: typst --version
shell: bash
- name: build resume
run: ./build.sh
shell: bash
2024-06-19 18:51:40 +07:00
- uses: https://github.com/actions/upload-artifact@v3
2024-06-19 17:04:45 +07:00
with:
name: Resume
path: resume.pdf
if-no-files-found: error