~edwargix/tallyard

e0627188d9163be97f0f6cdca8c34ff5fabadf73 — David Florness 5 years ago c19229b
Add OreSec talk PDF to repo instead of making it in .build.yml

This PDF will probably never change; thus it's wasteful to build it on every
commit.
3 files changed, 1 insertions(+), 15 deletions(-)

D .build.yml
M doc/oresec-talk/.gitignore
A doc/oresec-talk/tallyard.pdf
D .build.yml => .build.yml +0 -13
@@ 1,13 0,0 @@
image: alpine/edge
packages:
  - py3-pygments
  - texlive-xetex
  - texmf-dist-latexextra
sources:
  - https://git.sr.ht/~edwargix/tallyard
tasks:
  - pres: |
      cd tallyard/doc/oresec-talk
      make
artifacts:
  - tallyard/doc/oresec-talk/tallyard.pdf

M doc/oresec-talk/.gitignore => doc/oresec-talk/.gitignore +1 -2
@@ 2,7 2,6 @@
*.log
*.nav
*.out
*.pdf
*.snm
*.toc
*.vrb
\ No newline at end of file
*.vrb

A doc/oresec-talk/tallyard.pdf => doc/oresec-talk/tallyard.pdf +0 -0