We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861c04a commit 46cd667Copy full SHA for 46cd667
.github/workflows/publish-blog.yml
@@ -32,7 +32,7 @@ jobs:
32
run: npm install -g ghost-static-site-generator
33
34
- name: Build site
35
- run: gssg build --url https://www.cortexflow.org --dest ./static --theme liebling
+ run: gssg build --url https://www.cortexflow.org/blog --dest ./static --theme liebling
36
37
- name: Rename directory
38
run: mv static cortexflow-blog
0 commit comments