Private repo pages fail due to unnecessary adding of repo_name/ to hyperlink (GitHub pages)

Replacing:

doc_baseurl = /%(lib_name)s/

with

doc_baseurl = /

Results in:

Run if [ -n "$(nbdev_diff_nbs)" ]; then echo -e "!!! Detected difference between the notebooks and the library"; false; fi
  if [ -n "$(nbdev_diff_nbs)" ]; then echo -e "!!! Detected difference between the notebooks and the library"; false; fi
  shell: /bin/bash -e {0}
  env:
    pythonLocation: /opt/hostedtoolcache/Python/3.8.8/x64
!!! Detected difference between the notebooks and the library
Error: Process completed with exit code 1.
1 Like