Skip to content

Commit

Permalink
Merge pull request #91 from premAI-io/fix-build
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl authored Oct 19, 2023
2 parents 4264441 + c23f35b commit 882fcd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- run: pip install -r requirements.txt
- name: jupyter-book build
run: |
sudo apt update -qq
sudo apt install -qq ghostscript fonts-freefont-otf # https://stackoverflow.com/a/69012150
sed -ri 's#^(\s*baseurl:).*#\1 ${{ steps.pages.outputs.base_url }}/'$SITE_PREFIX'#g' _config.yml
jupyter-book build --builder dirhtml --warningiserror --nitpick --keep-going .
Expand Down

0 comments on commit 882fcd6

Please sign in to comment.