This commit is contained in:
parent
4a0df9ae0b
commit
8b64dc3c68
|
@ -3,18 +3,16 @@ name: build resume
|
||||||
on: push
|
on: push
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu
|
runs-on: native
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: "Setup env"
|
|
||||||
uses: https://github.com/JRMurr/direnv-nix-action@v4.1.0
|
|
||||||
- name: use typst
|
- name: use typst
|
||||||
run: typst --version
|
run: typst --version
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: build resume
|
- name: build resume
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
- uses: https://github.com/actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Resume
|
name: Resume
|
||||||
path: resume.pdf
|
path: resume.pdf
|
||||||
|
|
Loading…
Reference in a new issue