From b189a17a1b049a2bd87233a530fad24d51674c34 Mon Sep 17 00:00:00 2001 From: Florian Dieminger Date: Tue, 27 Feb 2024 17:03:41 +0100 Subject: [PATCH] fix(curriculum): add CURRICULUM_ROOT (#10602) fix(build): add CURRICULUM_ROOT to prod --- .github/workflows/prod-build.yml | 1 + .github/workflows/xyz-build.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/prod-build.yml b/.github/workflows/prod-build.yml index a2014532ea27..a381a6978b35 100644 --- a/.github/workflows/prod-build.yml +++ b/.github/workflows/prod-build.yml @@ -175,6 +175,7 @@ jobs: CONTENT_TRANSLATED_ROOT: ${{ github.workspace }}/mdn/translated-content/files CONTRIBUTOR_SPOTLIGHT_ROOT: ${{ github.workspace }}/mdn/mdn-contributor-spotlight/contributors BLOG_ROOT: ${{ github.workspace }}/mdn/mdn-studio/content/posts + CURRICULUM_ROOT: ${{ github.workspace }}/mdn/curriculum BASE_URL: "https://developer.mozilla.org" # The default for this environment variable is geared for writers diff --git a/.github/workflows/xyz-build.yml b/.github/workflows/xyz-build.yml index d316acc2eda8..2c9df957081a 100644 --- a/.github/workflows/xyz-build.yml +++ b/.github/workflows/xyz-build.yml @@ -110,6 +110,7 @@ jobs: CONTENT_TRANSLATED_ROOT: ${{ github.workspace }}/mdn/translated-content/files CONTRIBUTOR_SPOTLIGHT_ROOT: ${{ github.workspace }}/mdn/mdn-contributor-spotlight/contributors BLOG_ROOT: ${{ github.workspace }}/mdn/mdn-studio/content/posts + CURRICULUM_ROOT: ${{ github.workspace }}/mdn/curriculum BASE_URL: "https://developer.allizom.xyz" # The default for this environment variable is geared for writers