remove mobi #40
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: Ubuntu | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Installing pandoc and calibre | |
run: | | |
sudo apt install pandoc -y | |
sudo apt install calibre -y | |
pip install --upgrade chardet | |
- name: Running app | |
run: | | |
make clean venv fetch merge epub |