Change baseURL for preview
All checks were successful
Deploy / Deploy (push) Successful in 7s

This commit is contained in:
Vezpi 2025-05-02 21:35:35 +02:00
parent eafb0c991d
commit 54179c0ae1

View File

@ -35,5 +35,5 @@ jobs:
- name: Generate the static files with Hugo
run: |
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