File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 mkdocs build --config-file ${INPUT_CONFIG} -d ${INPUT_SITE_DIR}
4343fi
4444
45- # Set permissions
46- chmod -c -R +rX " $INPUT_SITE_DIR " | while read line; do
47- echo " ::warning title=Invalid file permissions automatically fixed::$line "
48- done
49- # Create a tar the resulting files
50- echo " Creating tar file artifact.tar from $INPUT_SITE_DIR "
51- tar -cvf " artifact.tar" -C $INPUT_SITE_DIR .
52-
53- if [ $GITHUB_OUTPUT ]; then
54- echo " ARTIFACT=artifact.tar" >> $GITHUB_OUTPUT
55- fi
45+ # # Set permissions
46+ # chmod -c -R +rX "$INPUT_SITE_DIR" | while read line; do
47+ # echo "::warning title=Invalid file permissions automatically fixed::$line"
48+ # done
49+ # # Create a tar the resulting files
50+ # echo "Creating tar file artifact.tar from $INPUT_SITE_DIR"
51+ # tar -cvf "artifact.tar" -C $INPUT_SITE_DIR .
52+
53+ # if [ $GITHUB_OUTPUT ]; then
54+ # echo "ARTIFACT=artifact.tar" >> $GITHUB_OUTPUT
55+ # fi
You can’t perform that action at this time.
0 commit comments