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 88d837c commit 2a9bdedCopy full SHA for 2a9bded
.github/workflows/publish-blog.yml
@@ -31,6 +31,11 @@ jobs:
31
- name: Install GSSG command
32
run: npm install -g ghost-static-site-generator
33
34
+ - name: Move liebling theme to the Ghost directory
35
+ run: |
36
+ mkdir -p current/content/themes/
37
+ cp -r ./content/themes/liebling-master current/content/themes/
38
+
39
- name: Build site
40
run: gssg build --url https://www.cortexflow.org/blog --dest ./static --theme liebling-master
41
0 commit comments