mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
Remove justice40-tool from prefix-path
This commit is contained in:
parent
32814a71e3
commit
b69959867a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy_fe_staging.yml
vendored
2
.github/workflows/deploy_fe_staging.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
# https://github.com/usds/justice40-tool/blob/main/client/README.md
|
# https://github.com/usds/justice40-tool/blob/main/client/README.md
|
||||||
DATA_SOURCE: cdn
|
DATA_SOURCE: cdn
|
||||||
SITE_URL: "${{ secrets.STAGE_SITE_URL }}"
|
SITE_URL: "${{ secrets.STAGE_SITE_URL }}"
|
||||||
PATH_PREFIX: "/justice40-tool/${{env.DESTINATION_FOLDER}}"
|
PATH_PREFIX: "/${{env.DESTINATION_FOLDER}}"
|
||||||
MAPBOX_STYLES_READ_TOKEN: "${{ secrets.MAPBOX_STYLES_READ_TOKEN }}"
|
MAPBOX_STYLES_READ_TOKEN: "${{ secrets.MAPBOX_STYLES_READ_TOKEN }}"
|
||||||
- name: Get directory contents
|
- name: Get directory contents
|
||||||
run: ls -la public
|
run: ls -la public
|
||||||
|
|
Loading…
Add table
Reference in a new issue