質問編集履歴

6

誤字の修正

2018/12/14 05:16

投稿

umino
umino

スコア54

test CHANGED
File without changes
test CHANGED
@@ -100,7 +100,7 @@
100
100
 
101
101
  └test/
102
102
 
103
- └hello.html
103
+ . └hello.html
104
104
 
105
105
 
106
106
 

5

リポジトリの中身を追記

2018/12/14 05:16

投稿

umino
umino

スコア54

test CHANGED
File without changes
test CHANGED
@@ -90,6 +90,22 @@
90
90
 
91
91
 
92
92
 
93
+ ### GitHub 公開したいリポジトリの中身
94
+
95
+ Hello,World!を表示させるためのもので、構造は下記の通りです。
96
+
97
+ /
98
+
99
+ ├README.md
100
+
101
+ └test/
102
+
103
+ └hello.html
104
+
105
+
106
+
107
+ ![イメージ説明](e3fc40cfd2c996fe7b4873cd1cfd91e6.png)
108
+
93
109
 
94
110
 
95
111
  ### 試したこと

4

試したこと追記

2018/12/14 05:13

投稿

umino
umino

スコア54

test CHANGED
@@ -1 +1 @@
1
- ホームページのリンクエラーを解消したい(Netlifyを使った、GitHubのリポジトリデプロイについて
1
+ GitHubリポトリデプロイのリンクエラーを解消する方法(Netlify)
test CHANGED
@@ -94,7 +94,9 @@
94
94
 
95
95
  ### 試したこと
96
96
 
97
- 特にありません。
97
+ ・publicDirectoryの設定
98
+
99
+ ・DeployLogをみてデプロイされたことの確認
98
100
 
99
101
 
100
102
 

3

デプロイ自体は正しくできていたので、その内容を追記

2018/12/14 04:40

投稿

umino
umino

スコア54

test CHANGED
File without changes
test CHANGED
@@ -17,6 +17,8 @@
17
17
  ・NetlifyとGitHubは連携済み、公開するHTMLにも不備なし
18
18
 
19
19
  ・masterブランチでデプロイ済
20
+
21
+ ・DeployLog上では、正しくデプロイできたことになっている(Site is liveとの表示あり)
20
22
 
21
23
 
22
24
 
@@ -49,6 +51,8 @@
49
51
 
50
52
 
51
53
  ####Deploy log
54
+
55
+ 正しくデプロイされたことになっています。
52
56
 
53
57
  ```エラー
54
58
 

2

エラーメッセージを追記

2018/12/14 04:35

投稿

umino
umino

スコア54

test CHANGED
File without changes
test CHANGED
@@ -48,6 +48,46 @@
48
48
 
49
49
 
50
50
 
51
+ ####Deploy log
52
+
53
+ ```エラー
54
+
55
+ 12:05:07 PM: Build ready to start
56
+
57
+ 12:05:09 PM: build-image version: 12783d4d17xxxxxxxxxxxx931128
58
+
59
+ 12:05:09 PM: buildbot version: 5a64b5cb0xxxxxxxxxxxxxxxxxx83a4d39e15107
60
+
61
+ 12:05:09 PM: Fetching cached dependencies
62
+
63
+ 12:05:09 PM: Failed to fetch cache, continuing with build
64
+
65
+ 12:05:09 PM: Starting to prepare the repo for build
66
+
67
+ 12:05:09 PM: No cached dependencies found. Cloning fresh repo
68
+
69
+ 12:05:10 PM: git clone https://github.com/xxxxxx/xxxxxx
70
+
71
+ 12:05:10 PM: Preparing Git Reference refs/heads/master
72
+
73
+ 12:05:10 PM: No build command found, continuing to publishing
74
+
75
+ 12:05:10 PM: Starting to deploy site from 'test'
76
+
77
+ 12:05:10 PM: Finished processing build request in 1.804085565s
78
+
79
+ 12:05:11 PM: Starting post processing
80
+
81
+ 12:05:11 PM: Post processing done
82
+
83
+ 12:05:11 PM: Site is live
84
+
85
+ ```
86
+
87
+
88
+
89
+
90
+
51
91
  ### 試したこと
52
92
 
53
93
  特にありません。

1

文言の変更

2018/12/14 03:12

投稿

umino
umino

スコア54

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ・この記事を参考に、公開したいHTMLをGitリポジトリに登録した
16
16
 
17
- ・NetlifyとGitHubは連携済み
17
+ ・NetlifyとGitHubは連携済み、公開するHTMLにも不備なし
18
18
 
19
19
  ・masterブランチでデプロイ済
20
20