Skip to content

Commit ae5f02e

Browse files
committed
Remove upload artifact from the github action
1 parent a6b5638 commit ae5f02e

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

docker/deploy.sh

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ else
4242
mkdocs build --config-file ${INPUT_CONFIG} -d ${INPUT_SITE_DIR}
4343
fi
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

0 commit comments

Comments
 (0)