Skip to content

Commit 88d837c

Browse files
Aggiornamento workflow in produzione
1 parent efde1f5 commit 88d837c

File tree

5 files changed

+317
-3
lines changed

5 files changed

+317
-3
lines changed

.github/workflows/publish-blog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: npm install -g ghost-static-site-generator
3333

3434
- name: Build site
35-
run: gssg build --url https://www.cortexflow.org/blog --dest ./static --theme liebling
35+
run: gssg build --url https://www.cortexflow.org/blog --dest ./static --theme liebling-master
3636

3737
- name: Rename directory
3838
run: mv static cortexflow-blog

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
2-
package-lock.json
2+
package-lock.json
3+
static/

config.production.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"url": "https://www.cortexflow.org/blog",
2+
"url": "http://localhost:2368/",
33
"server": {
44
"port": 2368,
55
"host": "127.0.0.1"

content/data/ghost-local.db

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)