Skip to content

Commit e112677

Browse files
update workflow
1 parent 2a9bded commit e112677

File tree

3 files changed

+117
-1
lines changed

3 files changed

+117
-1
lines changed

.github/workflows/publish-blog.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
- name: Move liebling theme to the Ghost directory
3535
run: |
3636
mkdir -p current/content/themes/
37-
cp -r ./content/themes/liebling-master current/content/themes/
37+
cp -r content/themes/liebling-master current/content/themes/
38+
ls
3839
3940
- name: Build site
4041
run: gssg build --url https://www.cortexflow.org/blog --dest ./static --theme liebling-master

content/data/ghost-local.db

16 KB
Binary file not shown.

0 commit comments

Comments
 (0)