Skip to content

Commit fa76aaf

Browse files
committed
Remove calibre
1 parent 8fc7a9a commit fa76aaf

3 files changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ jobs:
2323
restore-keys: |
2424
${{ runner.os }}-yarn-
2525
26-
# Get dependencies for building the ebooks
27-
- run: sudo apt-get update
28-
- run: sudo apt install calibre
29-
3026
# Install, should be absically instant if cached
3127
- run: yarn install
3228
env:

.github/workflows/deploy-prod.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
- uses: actions/checkout@v1
1515
- uses: actions/setup-node@v1
1616

17-
# For epub -> PDF conversion
18-
- run: sudo apt-get update
19-
- run: sudo apt install calibre
20-
2117
# Build v2
2218
- name: Build website v2
2319
run: |

.github/workflows/v2-merged-staging.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919

2020
# For Azure uploads
2121
- run: curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
22-
# For epub -> PDF conversion
23-
- run: sudo apt-get update
24-
- run: sudo apt install calibre
2522

2623
- name: Prepare website v2
2724
run: |

0 commit comments

Comments
 (0)