forked from rrthomas/hpmor
-
Notifications
You must be signed in to change notification settings - Fork 0
50 lines (41 loc) · 1.06 KB
/
kunmetu.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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