Skip to content

Commit 46cd667

Browse files
Aggiornate rotte workflow
1 parent 861c04a commit 46cd667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 --dest ./static --theme liebling
35+
run: gssg build --url https://www.cortexflow.org/blog --dest ./static --theme liebling
3636

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

0 commit comments

Comments
 (0)