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 729c52a commit 8fe1a37Copy full SHA for 8fe1a37
.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 --url http://localhost:2368
+ run: gssg build --url http://localhost:2368 --dest ./static --theme liebling
36
37
- name: Rename directory
38
run: mv static cortexflow-blog
0 commit comments