We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4264441 + c23f35b commit 882fcd6Copy full SHA for 882fcd6
.github/workflows/pages.yml
@@ -53,6 +53,7 @@ jobs:
53
- run: pip install -r requirements.txt
54
- name: jupyter-book build
55
run: |
56
+ sudo apt update -qq
57
sudo apt install -qq ghostscript fonts-freefont-otf # https://stackoverflow.com/a/69012150
58
sed -ri 's#^(\s*baseurl:).*#\1 ${{ steps.pages.outputs.base_url }}/'$SITE_PREFIX'#g' _config.yml
59
jupyter-book build --builder dirhtml --warningiserror --nitpick --keep-going .
0 commit comments