Change directory structure
@ -6,6 +6,6 @@ pages:
|
||||
- echo "Nothing to do here."
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
- docs
|
||||
only:
|
||||
- master
|
4
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "public/hcunews"]
|
||||
path = public/hcunews
|
||||
[submodule "docs/hcunews"]
|
||||
path = docs/hcunews
|
||||
url = https://github.com/yudemoe/hcunews
|
||||
|
@ -1,6 +1,6 @@
|
||||
id: 11fe7c01-90a3-48e2-a8e1-3f4c861c94c8
|
||||
deploy:
|
||||
ignore: []
|
||||
directory: public
|
||||
directory: docs
|
||||
plugins:
|
||||
- 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": {
|
||||
"public": ".",
|
||||
"public": "docs",
|
||||
"site": "yudemoe",
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
|