https://github.com/interpretml/interpret
Raw File
Tip revision: fe334e856740f4cd95ed7bb91dd85224e9491052 authored by Paul Koch on 08 February 2024, 21:09:06 UTC
update release process notes and readme
Tip revision: fe334e8
build.bat
jupyter-book build --warningiserror --keep-going .\interpret\
SET RETURNCODE=%ERRORLEVEL%

copy .\extras\* .\interpret\_build\html\ /Y

echo This file stops Github Pages from deleting directories that start with _> .\interpret\_build\html\.nojekyll

exit /b %RETURNCODE%
back to top