Spaces:
Sleeping
Sleeping
File size: 174 Bytes
66c9c8a | 1 2 3 4 5 6 | @echo off
setlocal
call "%~dp0..\..\..\..\repo.bat" docs --config release --stage publish --edition s3web --publish-as-latest
if %errorlevel% neq 0 ( exit /b %errorlevel% )
|