Change directory structure
@ -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
@ -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
|
||||||
|
@ -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
|
||||||
|
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 137 KiB |
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 241 KiB After Width: | Height: | Size: 241 KiB |
Before Width: | Height: | Size: 340 KiB After Width: | Height: | Size: 340 KiB |
Before Width: | Height: | Size: 403 KiB After Width: | Height: | Size: 403 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.0 KiB |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"hosting": {
|
"hosting": {
|
||||||
"public": ".",
|
"public": "docs",
|
||||||
"site": "yudemoe",
|
"site": "yudemoe",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"firebase.json",
|
"firebase.json",
|
||||||
|