【发布时间】:2022-01-30 09:07:00
【问题描述】:
我正在尝试将我的应用部署到 git 页面,但 GitHub 页面的状态失败。
当我在 Action 中启动“pages build and deployment”时,我遇到了下一个问题:
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.
我是不是做错了什么?
【问题讨论】:
标签: git github github-pages github-pages-deploy-action