Skip to content

Commit

Permalink
fix preview build
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecarenzo committed Dec 11, 2024
1 parent 52554fa commit 9ddaf6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- name: Install dependencies
run: poetry install
- name: Build Web Site
run: poetry run build-mappings-explorer --url-prefix 'https://center-for-threat-informed-defense.github.io/mappings-explorer/'
run: poetry run build-mappings-explorer --url-prefix 'https://mappingsexplorer.z13.web.core.windows.net/${{env.BRANCH_NAME}}/'
# run: poetry run build-mappings-explorer --url-prefix 'https://center-for-threat-informed-defense.github.io/mappings-explorer/'
- name: Export Download Artifacts
run: poetry run mapex export ${GITHUB_WORKSPACE}/mappings ${GITHUB_WORKSPACE}/output/data
- name: Compress Artifacts
Expand Down

0 comments on commit 9ddaf6a

Please sign in to comment.