Change baseURL for preview
This commit is contained in:
parent
a483d370e1
commit
02c7b7152d
@ -35,5 +35,5 @@ jobs:
|
|||||||
- name: Generate the static files with Hugo
|
- name: Generate the static files with Hugo
|
||||||
run: |
|
run: |
|
||||||
rm -f ${BLOG_FOLDER}/content/posts/template.md
|
rm -f ${BLOG_FOLDER}/content/posts/template.md
|
||||||
${BLOG_FOLDER}/bin/hugo -D -s ${BLOG_FOLDER} -d ${BLOG_FOLDER}/private
|
${BLOG_FOLDER}/bin/hugo -D -b https://blog-dev.vezpi.me -s ${BLOG_FOLDER} -d ${BLOG_FOLDER}/private
|
||||||
${BLOG_FOLDER}/bin/hugo -s ${BLOG_FOLDER} -d ${BLOG_FOLDER}/public
|
${BLOG_FOLDER}/bin/hugo -s ${BLOG_FOLDER} -d ${BLOG_FOLDER}/public
|
||||||
|
Loading…
x
Reference in New Issue
Block a user