added exception to CNAME file

This commit is contained in:
The-EDev 2020-12-01 00:33:11 +03:00
parent b5fd5531c6
commit fab0989493

View File

@ -61,7 +61,7 @@ git config user.email "travis@travis-ci.org"
# can be safely cleaned, and it is sure that everything pushed later is the new # can be safely cleaned, and it is sure that everything pushed later is the new
# documentation. # documentation.
#cp index.html .. #cp index.html ..
rm -rf * find . -type d,f ! -iname "CNAME" -delete
#mv ../index.html . #mv ../index.html .
# Copy the mkdocs documentation to the work directory and generate the mkdocs # Copy the mkdocs documentation to the work directory and generate the mkdocs