File tree 1 file changed +6
-10
lines changed
1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,12 @@ deploy(){
7
7
declare -A CHANNELS
8
8
9
9
# Declare the channels
10
- CHANNELS[" pseudocode" ]=" output/Pseudocode_Edition.pdf"
11
- CHANNELS[" pseudocode-epub" ]=" output/Pseudocode_Edition.epub"
12
- CHANNELS[" python" ]=" output/Python_Edition.pdf"
13
- CHANNELS[" python-epub" ]=" output/Python_Edition.epub"
14
- CHANNELS[" cpp" ]=" output/C++_Edition.pdf"
15
- CHANNELS[" cpp-epub" ]=" output/C++_Edition.epub"
16
- CHANNELS[" javascript" ]=" output/JS_Edition.pdf"
17
- CHANNELS[" javascript-epub" ]=" output/JS_Edition.epub"
18
- CHANNELS[" lua" ]=" output/Lua_Edition.pdf"
19
- CHANNELS[" lua-epub" ]=" output/Lua_Edition.epub"
10
+ CHANNELS[" pseudocode" ]=" output/pseudocode/"
11
+ CHANNELS[" python" ]=" output/python/"
12
+ CHANNELS[" cpp" ]=" output/cpp"
13
+ CHANNELS[" javascript" ]=" output/js/"
14
+ CHANNELS[" lua" ]=" output/lua/"
15
+ CHANNELS[" complete_collection" ]=" output/"
20
16
21
17
# Do the push thingy
22
18
for channel in ${! CHANNELS[@]} ; do
You can’t perform that action at this time.
0 commit comments