File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3636 run :
3737 shell : bash
3838 steps :
39+ - uses : actions/checkout@v2
40+ with :
41+ submodules : false
42+ fetch-depth : 0
3943 - name : Deploy updated JSON
4044 run : |
4145 bash ./package/deploy_package_index.sh
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ pushd esp8266.github.io
1616
1717# Copy from published release, ensure JSON valid
1818rm -f stable/package_esp8266com_index.json
19- wget " https://github.com/esp8266/Arduino/releases/download/$tag /package_esp8266com_index.json" -O stable/package_esp8266com_index.json
19+ wget " https://github.com/esp8266/Arduino/releases/download/" $tag " /package_esp8266com_index.json" -O stable/package_esp8266com_index.json
2020cat stable/package_esp8266com_index.json | jq empty
2121
2222git add stable/package_esp8266com_index.json
You can’t perform that action at this time.
0 commit comments