Kunmetu HPMOR PDF-dosierojn kaj Bitlibrojn #14
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: "Kunmetu HPMOR-aj PDF-dosierojn kaj Bitlibrojn" | |
run-name: "Kunmetu HPMOR PDF-dosierojn kaj Bitlibrojn" | |
on: | |
push: | |
branches: | |
- "esperantigo/**" | |
jobs: | |
kunmetu: | |
name: "Kunmetu HPMOR-aj PDF-dosierojn kaj Bitlibrojn" | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- run: touch requirements.txt | |
- uses: actions/setup-python@v5 | |
with: | |
python-version: "3.12" | |
cache: "pip" | |
- run: sh scripts/install_requirements.sh | |
- run: latexmk | |
- uses: actions/upload-artifact@v4 | |
with: | |
name: bitlibrojn | |
retention-days: 14 | |
path: | | |
./hpmor*.pdf | |
./hpmor.epub | |
./hpmor.mobi | |
./hpmor.fb2 | |
./hpmor.html | |
- uses: softprops/action-gh-release@v2 | |
with: | |
tag_name: WorkInProgress | |
prerelease: true | |
files: | | |
./hpmor*.pdf | |
./hpmor.epub | |
./hpmor.mobi | |
./hpmor.fb2 | |
./hpmor.html |