1
0
mirror of https://github.com/opsxcq/mirror-textfiles.com.git synced 2025-03-13 11:39:49 +01:00
This commit is contained in:
OPSXCQ 2018-12-29 14:44:42 +00:00
parent f0dc49ed06
commit 1bd6eeb065
No known key found for this signature in database
GPG Key ID: 9AD730FE9CDE5661

View File

@ -5,7 +5,7 @@ script:
- 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 {} +
- find . -name '*.html' -exec sed 's/\.1/\.html/g' -i {} +
# Deploy to GitHub pages
deploy: