Skip to content

Commit 882fcd6

Browse files
authored
Merge pull request #91 from premAI-io/fix-build
2 parents 4264441 + c23f35b commit 882fcd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
- run: pip install -r requirements.txt
5454
- name: jupyter-book build
5555
run: |
56+
sudo apt update -qq
5657
sudo apt install -qq ghostscript fonts-freefont-otf # https://stackoverflow.com/a/69012150
5758
sed -ri 's#^(\s*baseurl:).*#\1 ${{ steps.pages.outputs.base_url }}/'$SITE_PREFIX'#g' _config.yml
5859
jupyter-book build --builder dirhtml --warningiserror --nitpick --keep-going .

0 commit comments

Comments
 (0)