1
0
mirror of https://github.com/opsxcq/mirror-textfiles.com.git synced 2025-08-06 16:26:33 +02:00
This commit is contained in:
OPSXCQ
2018-12-29 14:35:11 +00:00
parent 49172ea703
commit f0dc49ed06

View File

@@ -4,6 +4,8 @@ script:
- cp -ar textfiles.com public
- touch public/.nojekyll
- echo 'textfiles.mirror.strm.sh' > public/CNAME
- find . -name "*.1" -exec rename 's/\.1$/\.html/' '{}' \;
- find . -name '*.html' -exec sed 's/\.1/\.1\.html/g' -i {} +
# Deploy to GitHub pages
deploy: