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
|
||||
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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue