Skip to content

Commit b189a17

Browse files
authored
fix(curriculum): add CURRICULUM_ROOT (#10602)
fix(build): add CURRICULUM_ROOT to prod
1 parent 5fd4800 commit b189a17

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .github/workflows/prod-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ jobs:
175175
CONTENT_TRANSLATED_ROOT: ${{ github.workspace }}/mdn/translated-content/files
176176
CONTRIBUTOR_SPOTLIGHT_ROOT: ${{ github.workspace }}/mdn/mdn-contributor-spotlight/contributors
177177
BLOG_ROOT: ${{ github.workspace }}/mdn/mdn-studio/content/posts
178+
CURRICULUM_ROOT: ${{ github.workspace }}/mdn/curriculum
178179
BASE_URL: "https://developer.mozilla.org"
179180

180181
# The default for this environment variable is geared for writers

Diff for: .github/workflows/xyz-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
CONTENT_TRANSLATED_ROOT: ${{ github.workspace }}/mdn/translated-content/files
111111
CONTRIBUTOR_SPOTLIGHT_ROOT: ${{ github.workspace }}/mdn/mdn-contributor-spotlight/contributors
112112
BLOG_ROOT: ${{ github.workspace }}/mdn/mdn-studio/content/posts
113+
CURRICULUM_ROOT: ${{ github.workspace }}/mdn/curriculum
113114
BASE_URL: "https://developer.allizom.xyz"
114115

115116
# The default for this environment variable is geared for writers

0 commit comments

Comments
 (0)