Skip to content

enhance doc about private mountpoint and cache settings #5

enhance doc about private mountpoint and cache settings

enhance doc about private mountpoint and cache settings #5

name: sphinx-build-pdf
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install Requirements
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Sphinx build - pdf
run: |
sudo apt-get update && sudo apt-get -y --no-install-recommends install latexmk texlive-full
make latexpdf