github页面没有拾取Angular应用程序?

时间:2020-01-05 00:48:03

标签: angular github angular-cli github-pages angular-cli-ghpages

首先,我为matlab设置了一条记录。

然后等待一个小时(不确定时间是否重要?)。

我创建了一个全新的存储库: https://github.com/fireflysemantics/canary/

然后我像这样使用clc;clear; n=6; m=0; A=randn(n)*0.5; % random matrix with guassian noise for i=1:n for j=1:n for h=1:n while m<100 % generate 100 random matrices m=m+1; A=randn(n)*0.5; % random matrix with guassian noise \sigma=0.5 A(i,j)>0 A(i,j)==1/A(j,i); A(i,h)*A(h,j)==A(i,j) if i==j && j==h A(i,j)==1; end end end end end A 推送了应用程序:

canary.fireflysemantics.com

文件现在位于存储库ng deploy分支中:

https://github.com/fireflysemantics/canary

但是,它们没有被发布/构建,并且CNAME也没有显示为被UI拾取,因此我认为也没有看到它:

enter image description here

有想法吗?

0 个答案:

没有答案