質問編集履歴
6
誤字の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -49,7 +49,7 @@
|
|
49
49
|
/
|
50
50
|
├README.md
|
51
51
|
└test/
|
52
|
-
└hello.html
|
52
|
+
. └hello.html
|
53
53
|
|
54
54
|

|
55
55
|
|
5
リポジトリの中身を追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -44,7 +44,15 @@
|
|
44
44
|
12:05:11 PM: Site is live
|
45
45
|
```
|
46
46
|
|
47
|
+
### GitHub 公開したいリポジトリの中身
|
48
|
+
Hello,World!を表示させるためのもので、構造は下記の通りです。
|
49
|
+
/
|
50
|
+
├README.md
|
51
|
+
└test/
|
52
|
+
└hello.html
|
47
53
|
|
54
|
+

|
55
|
+
|
48
56
|
### 試したこと
|
49
57
|
・publicDirectoryの設定
|
50
58
|
・DeployLogをみてデプロイされたことの確認
|
4
試したこと追記
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
|
1
|
+
GitHubリポジトリデプロイのリンクエラーを解消する方法(Netlify)
|
body
CHANGED
@@ -46,7 +46,8 @@
|
|
46
46
|
|
47
47
|
|
48
48
|
### 試したこと
|
49
|
-
|
49
|
+
・publicDirectoryの設定
|
50
|
+
・DeployLogをみてデプロイされたことの確認
|
50
51
|
|
51
52
|
### 補足情報(FW/ツールのバージョンなど)
|
52
53
|
Windows7
|
3
デプロイ自体は正しくできていたので、その内容を追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,6 +8,7 @@
|
|
8
8
|
・この記事を参考に、公開したいHTMLをGitリポジトリに登録した
|
9
9
|
・NetlifyとGitHubは連携済み、公開するHTMLにも不備なし
|
10
10
|
・masterブランチでデプロイ済
|
11
|
+
・DeployLog上では、正しくデプロイできたことになっている(Site is liveとの表示あり)
|
11
12
|
|
12
13
|
お詳しい方、ご教示いただけますと助かります。
|
13
14
|
|
@@ -24,6 +25,7 @@
|
|
24
25
|
Back to our site
|
25
26
|
|
26
27
|
####Deploy log
|
28
|
+
正しくデプロイされたことになっています。
|
27
29
|
```エラー
|
28
30
|
12:05:07 PM: Build ready to start
|
29
31
|
12:05:09 PM: build-image version: 12783d4d17xxxxxxxxxxxx931128
|
2
エラーメッセージを追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -23,6 +23,26 @@
|
|
23
23
|
Looks like you've followed a broken link or entered a URL that doesn't exist on this site.
|
24
24
|
Back to our site
|
25
25
|
|
26
|
+
####Deploy log
|
27
|
+
```エラー
|
28
|
+
12:05:07 PM: Build ready to start
|
29
|
+
12:05:09 PM: build-image version: 12783d4d17xxxxxxxxxxxx931128
|
30
|
+
12:05:09 PM: buildbot version: 5a64b5cb0xxxxxxxxxxxxxxxxxx83a4d39e15107
|
31
|
+
12:05:09 PM: Fetching cached dependencies
|
32
|
+
12:05:09 PM: Failed to fetch cache, continuing with build
|
33
|
+
12:05:09 PM: Starting to prepare the repo for build
|
34
|
+
12:05:09 PM: No cached dependencies found. Cloning fresh repo
|
35
|
+
12:05:10 PM: git clone https://github.com/xxxxxx/xxxxxx
|
36
|
+
12:05:10 PM: Preparing Git Reference refs/heads/master
|
37
|
+
12:05:10 PM: No build command found, continuing to publishing
|
38
|
+
12:05:10 PM: Starting to deploy site from 'test'
|
39
|
+
12:05:10 PM: Finished processing build request in 1.804085565s
|
40
|
+
12:05:11 PM: Starting post processing
|
41
|
+
12:05:11 PM: Post processing done
|
42
|
+
12:05:11 PM: Site is live
|
43
|
+
```
|
44
|
+
|
45
|
+
|
26
46
|
### 試したこと
|
27
47
|
特にありません。
|
28
48
|
|
1
文言の変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
●行った手続き
|
7
7
|
[Netlifyで静的サイトのホスティングをする(Qiita記事)](https://qiita.com/sugo/items/2ee64887d682b0dae635)
|
8
8
|
・この記事を参考に、公開したいHTMLをGitリポジトリに登録した
|
9
|
-
・NetlifyとGitHubは連携済み
|
9
|
+
・NetlifyとGitHubは連携済み、公開するHTMLにも不備なし
|
10
10
|
・masterブランチでデプロイ済
|
11
11
|
|
12
12
|
お詳しい方、ご教示いただけますと助かります。
|