add publish folder
This commit is contained in:
parent
a3b0e07db2
commit
9cfc65d871
|
|
@ -1,7 +1,7 @@
|
|||
name: Publish Markdown Files
|
||||
env:
|
||||
BLOG_REPO: matthewwong525/linked-blog-starter
|
||||
PUBLISH_DIR: . # root directory
|
||||
PUBLISH_DIR: publish
|
||||
MD_DIR: temp_md
|
||||
BLOG_DIR: temp_blog
|
||||
on:
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
# linked-blog-md
|
||||
Markdown files for the linked-blog-starter repository
|
||||
Loading…
Reference in New Issue