This commit is contained in:
parent
268da2262d
commit
f4bc17bd66
|
@ -4,22 +4,17 @@ on: push
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu
|
runs-on: ubuntu
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: "Setup env"
|
- name: "Setup env"
|
||||||
uses: JRMurr/direnv-nix-action@v4.1.0
|
uses: https://github.comJRMurr/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