Skip to content

Commit 2a9bded

Browse files
Update publish-blog.yml
1 parent 88d837c commit 2a9bded

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-blog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
- name: Install GSSG command
3232
run: npm install -g ghost-static-site-generator
3333

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+
3439
- name: Build site
3540
run: gssg build --url https://www.cortexflow.org/blog --dest ./static --theme liebling-master
3641

0 commit comments

Comments
 (0)