Change directory structure

This commit is contained in:
yude 2020-09-07 06:56:47 +09:00
parent ae69e38be1
commit c850a48342
No known key found for this signature in database
GPG Key ID: A49BFB97E0AB5435
23 changed files with 5 additions and 5 deletions

View File

@ -6,6 +6,6 @@ pages:
- echo "Nothing to do here." - echo "Nothing to do here."
artifacts: artifacts:
paths: paths:
- public - docs
only: only:
- master - master

4
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "public/hcunews"] [submodule "docs/hcunews"]
path = public/hcunews path = docs/hcunews
url = https://github.com/yudemoe/hcunews url = https://github.com/yudemoe/hcunews

View File

@ -1,6 +1,6 @@
id: 11fe7c01-90a3-48e2-a8e1-3f4c861c94c8 id: 11fe7c01-90a3-48e2-a8e1-3f4c861c94c8
deploy: deploy:
ignore: [] ignore: []
directory: public directory: docs
plugins: plugins:
- name: webpage - name: webpage

View File

Before

Width:  |  Height:  |  Size: 137 KiB

After

Width:  |  Height:  |  Size: 137 KiB

View File

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

View File

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

Before

Width:  |  Height:  |  Size: 241 KiB

After

Width:  |  Height:  |  Size: 241 KiB

View File

Before

Width:  |  Height:  |  Size: 340 KiB

After

Width:  |  Height:  |  Size: 340 KiB

View File

Before

Width:  |  Height:  |  Size: 403 KiB

After

Width:  |  Height:  |  Size: 403 KiB

View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

View File

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -1,6 +1,6 @@
{ {
"hosting": { "hosting": {
"public": ".", "public": "docs",
"site": "yudemoe", "site": "yudemoe",
"ignore": [ "ignore": [
"firebase.json", "firebase.json",