Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy-pages2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
OWNER: DecarbNexus
REPO: useeio_sectors_disaggregation
TAG: v1.1
DATA_FILENAME: SEF_v1.3.0__disaggregation_factors__GHG2022_IO2017.csv
LIGHT_FILENAME: SEF_v1.3.0__disaggregation_factors__GHG2022_IO2017_light.csv
XLSX_FILENAME: SEF_v1.3.0__disaggregation_factors__GHG2022_IO2017.xlsx
ELEC_FILENAME: SEF_v1.3.0__disaggregation_factors__GHG2022_IO2017_electricity_only.csv
CLASS_FILENAME: sector_classification.csv
run: |
set -euo pipefail
mkdir -p docs/data
echo "Downloading release assets ${TAG} into docs/data ..."
curl -L --fail -o "docs/data/${DATA_FILENAME}" "https://github.com/${OWNER}/${REPO}/releases/download/${TAG}/${DATA_FILENAME}"
curl -L --fail -o "docs/data/${LIGHT_FILENAME}" "https://github.com/${OWNER}/${REPO}/releases/download/${TAG}/${LIGHT_FILENAME}"
curl -L --fail -o "docs/data/${XLSX_FILENAME}" "https://github.com/${OWNER}/${REPO}/releases/download/${TAG}/${XLSX_FILENAME}"
curl -L --fail -o "docs/data/${ELEC_FILENAME}" "https://github.com/${OWNER}/${REPO}/releases/download/${TAG}/${ELEC_FILENAME}"
curl -L --fail -o "docs/data/${CLASS_FILENAME}" "https://github.com/${OWNER}/${REPO}/releases/download/${TAG}/${CLASS_FILENAME}"
Expand Down
Loading
Loading