Colo #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Book 1618504 | |
on: | |
push: | |
paths: | |
- books/1618504/** | |
- .github/workflows/1618504.yml | |
jobs: | |
build_book: | |
runs-on: ubuntu-latest | |
name: Press 1618504 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: enjikaka/[email protected] | |
with: | |
inputBook: books/1618504/index.adoc | |
outputDir: build | |
outputName: "1618504" | |
- uses: actions/upload-artifact@v4 | |
with: | |
name: book-1618504 | |
path: | | |
build/1618504.epub | |
build/1618504.*.pdf |