Skip to content

Commit

Permalink
fix(curriculum): add CURRICULUM_ROOT (#10602)
Browse files Browse the repository at this point in the history
fix(build): add CURRICULUM_ROOT to prod
  • Loading branch information
fiji-flo committed Feb 27, 2024
1 parent 5fd4800 commit b189a17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prod-build.yml
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/xyz-build.yml
Expand Up @@ -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
Expand Down

0 comments on commit b189a17

Please sign in to comment.