我正试图发布我的颤音应用程序的网页版本的Codemagic静态页面。我添加了一个子域名并启用了复选框,但是我在发布日志中得到了这一行:
Skip publishing to my_app.codemagic.app: no static content was generated如果我尝试访问网页https://my_app.codemagic.app,就会得到:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Details>No such object: codemagic-app/my_app/index.html</Details>
</Error>发布于 2021-12-01 14:46:14
检查"Building“步骤是否生成文件并在没有任何警告的情况下完成。
如果跳过"Building“步骤,您的存储库中可能没有web文件夹
https://stackoverflow.com/questions/70184127
复制相似问题