Skip to content

Commit

Permalink
Merge pull request #82 from premAI-io/fix-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl authored Oct 9, 2023
2 parents a87e03e + eba00e7 commit 5bd0dd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
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 .
# fix https://github.com/executablebooks/jupyter-book/issues/2066
sed -ri 's#(.*link rel="canonical" href=".*)\.html(".*)#\1/\2#' _build/dirhtml/*/index.html
jupyter-book build --builder latex --warningiserror --nitpick --keep-going .
cd _build/latex
# fix contrib.rocks
Expand Down

0 comments on commit 5bd0dd9

Please sign in to comment.