1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-10-20 14:32:12 +00:00

build: Use Ghost articles landing page (#3151)

This commit is contained in:
2025-10-16 11:29:01 -07:00
parent d2dccb6481
commit d4f8d68610
4 changed files with 4 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ jobs:
echo "MAIN_SITE_ABOUT_URL=https://www.privacyguides.org/en/about/"
echo "MAIN_SITE_RECOMMENDATIONS_URL=https://www.privacyguides.org/en/tools/"
echo "MAIN_SITE_KNOWLEDGE_BASE_URL=https://www.privacyguides.org/en/basics/why-privacy-matters/"
echo "ARTICLES_SITE_BASE_URL=https://www.privacyguides.org/articles/"
echo "ARTICLES_SITE_BASE_URL=https://www.privacyguides.org/posts/tag/articles/"
echo "VIDEOS_SITE_BASE_URL=https://www.privacyguides.org/videos/"
} >> "$GITHUB_ENV"