1
0
mirror of https://github.com/opsxcq/mirror-textfiles.com.git synced 2025-08-07 00:26:34 +02:00

travis fix

This commit is contained in:
OPSXCQ
2018-12-29 12:47:42 +00:00
parent 32df5fdf7c
commit f0aa5bf500

View File

@@ -1,13 +1,14 @@
language: python
script:
- mv CNAME textfiles.com/CNAME
- cp -var textfiles.com public
- cp CNAME public/CNAME
# Deploy to GitHub pages
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: textfiles.com
local_dir: public
on:
branch: master