Skip to content

Commit

Permalink
Add upload and publish single markdown without images
Browse files Browse the repository at this point in the history
  • Loading branch information
prodrigestivill committed Aug 6, 2024
1 parent 0a7fc61 commit ade00f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
sudo apt-get --assume-yes install pandoc texlive-xetex texinfo
go install github.com/n0x1m/md2gmi@latest
- name: Build ebooks
run: make pdf epub info gmi
run: make one pdf epub info gmi
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: r2book
path: |
r2book.md
r2book.pdf
r2book.epub
r2book.info.gz
Expand Down Expand Up @@ -76,6 +77,7 @@ jobs:
prerelease: false
generate_release_notes: true
files: |
r2book.md
r2book.pdf
r2book.epub
r2book.info.gz
Expand Down

0 comments on commit ade00f7

Please sign in to comment.