File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 36
36
run :
37
37
shell : bash
38
38
steps :
39
+ - uses : actions/checkout@v2
40
+ with :
41
+ submodules : false
42
+ fetch-depth : 0
39
43
- name : Deploy updated JSON
40
44
run : |
41
45
bash ./package/deploy_package_index.sh
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ pushd esp8266.github.io
16
16
17
17
# Copy from published release, ensure JSON valid
18
18
rm -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
20
20
cat stable/package_esp8266com_index.json | jq empty
21
21
22
22
git add stable/package_esp8266com_index.json
You can’t perform that action at this time.
0 commit comments