File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
source $GITHUB_ACTION_PATH /src/modules/errmsg.sh
25
25
config=$( cat just.config.json)
26
26
27
- local docs_config=$( echo " $config " | jq -r ' .docs_config' )
27
+ docs_config=$( echo " $config " | jq -r ' .docs_config' )
28
28
if ! echo " $config " | jq -e ' .docs_config' > /dev/null; then
29
29
local ERROR_MESSAGE=($( ErrorMessage " docs/checks.sh" " 0118" ) )
30
30
echo $ERROR_MESSAGE && exit 1
Original file line number Diff line number Diff line change 24
24
source $GITHUB_ACTION_PATH /src/modules/errmsg.sh
25
25
config=$( cat just.config.json)
26
26
27
- local redirect_config_=$( echo " $config " | jq -r ' .redirect_config' )
27
+ redirect_config_=$( echo " $config " | jq -r ' .redirect_config' )
28
28
if ! echo " $config " | jq -e ' .redirect_config' > /dev/null; then
29
29
local ERROR_MESSAGE=($( ErrorMessage " redirect/checks.sh" " 0117" ) )
30
30
echo $ERROR_MESSAGE && exit 1
Original file line number Diff line number Diff line change @@ -127,9 +127,9 @@ elif [ "$TYPE" == "compressor" ]; then
127
127
node $GITHUB_ACTION_PATH /src/compress.js " ." && \
128
128
echo $msg6
129
129
elif [ " $TYPE " == " generator" ]; then
130
- HTML=$( cat " $GITHUB_ACTION_PATH /src/documentation/template /page.html" )
131
- CSS=$( cat " $GITHUB_ACTION_PATH /src/documentation/template /page.css" )
132
- JS=$( cat " $GITHUB_ACTION_PATH /src/documentation/template /page.js" )
130
+ HTML=$( cat " $GITHUB_ACTION_PATH /src/documentation/templates /page.html" )
131
+ CSS=$( cat " $GITHUB_ACTION_PATH /src/documentation/templates /page.css" )
132
+ JS=$( cat " $GITHUB_ACTION_PATH /src/documentation/templates /page.js" )
133
133
mkdir -p deploy && \
134
134
installNodejs && \
135
135
bash $GITHUB_ACTION_PATH /src/documentation/checks.sh && \
You can’t perform that action at this time.
0 commit comments