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