Some checks failed
Render LaTeX and Publish Release / build (push) Failing after 16s
13 lines
241 B
Makefile
13 lines
241 B
Makefile
test-act:
|
|
act -s COM_DOT_GITHUB_TOKEN="$(gh auth token)" --container-architecture linux/amd64
|
|
|
|
release name:
|
|
git tag {{name}}
|
|
git push origin --tags
|
|
|
|
upload:
|
|
scp main.pdf cosmos:infrastructure/caddy/files/cv.pdf
|
|
|
|
build:
|
|
tectonic cv.tex
|