mirror of
https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorkbooks.git
synced 2026-04-19 16:51:04 +00:00
Adding content from first few classes
This commit is contained in:
parent
405c2aa2c6
commit
17060cd61d
2 changed files with 7 additions and 2 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
- name: Install LaTeX dependencies
|
- name: Install LaTeX dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo add-apt-repository -y ppa:sunderme/texstudio
|
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
|
- name: Debug - Show current directory
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -46,13 +46,16 @@ jobs:
|
||||||
- name: Generate PDF
|
- name: Generate PDF
|
||||||
run: pdflatex -jobname=ScopeSequencing-${{ github.ref_name }} ScopeSequencing.tex
|
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
|
- name: Debug - Show generated files
|
||||||
run: ls -al .
|
run: ls -al .
|
||||||
|
|
||||||
- name: Create or Update Release
|
- name: Create or Update Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
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
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
name: ${{ github.ref_name }}
|
name: ${{ github.ref_name }}
|
||||||
|
|
|
||||||
|
|
@ -185,5 +185,7 @@ A rent can thus be described as the acquisition of a violence voucher in exchang
|
||||||
\pagebreak
|
\pagebreak
|
||||||
\huge HOWTO Build a Housing Cooperative
|
\huge HOWTO Build a Housing Cooperative
|
||||||
|
|
||||||
|
This is the workshop -- TODO
|
||||||
|
|
||||||
\vspace{1cm}
|
\vspace{1cm}
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue