Adding content from first few classes

This commit is contained in:
Kevin Harrington 2025-10-11 17:31:19 -04:00
parent 405c2aa2c6
commit 17060cd61d
2 changed files with 7 additions and 2 deletions

View file

@ -32,7 +32,7 @@ jobs:
- name: Install LaTeX dependencies
run: |
sudo add-apt-repository -y ppa:sunderme/texstudio
sudo apt install texlive-latex-extra
sudo apt install texlive-latex-extra bookletimposer
- name: Debug - Show current directory
run: |
@ -46,13 +46,16 @@ jobs:
- name: Generate PDF
run: pdflatex -jobname=ScopeSequencing-${{ github.ref_name }} ScopeSequencing.tex
- name: Generate Booklet PDF
run: bookletimposer -a -o ScopeSequencing-${{ github.ref_name }}-booklet.pdf ScopeSequencing-${{ github.ref_name }}.pdf
- name: Debug - Show generated files
run: ls -al .
- name: Create or Update Release
uses: softprops/action-gh-release@v1
with:
files: ScopeSequencing-${{ github.ref_name }}.pdf,Building-Belonging-FINAL-E-book-iwmkwg.epub
files: ScopeSequencing-${{ github.ref_name }}.pdf,ScopeSequencing-${{ github.ref_name }}-booklet.pdf,Building-Belonging-FINAL-E-book-iwmkwg.epub
draft: false
prerelease: false
name: ${{ github.ref_name }}

View file

@ -185,5 +185,7 @@ A rent can thus be described as the acquisition of a violence voucher in exchang
\pagebreak
\huge HOWTO Build a Housing Cooperative
This is the workshop -- TODO
\vspace{1cm}
\end{document}