I am trying to deploy my app to git pages and I have status failure for GitHub pages.
When I am start "pages build and deployment
" in Action, I have a next problems:
1) Build > Checkout > Fetching submodules:
/usr/bin/git submodule sync --recursive
/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive
Error: fatal: No url found for submodule path 'dist' in .gitmodules
Error: The process '/usr/bin/git' failed with exit code 128
2)Deploy > Deploy to github pages:
Error: Error: No uploaded artifact was found!
Please check if there are any errors at build step.
Did I do something wrong?