mirror of
https://github.com/opsxcq/mirror-textfiles.com.git
synced 2025-08-07 07:26:56 +02:00
travis fix
This commit is contained in:
@@ -1,13 +1,14 @@
|
|||||||
language: python
|
language: python
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mv CNAME textfiles.com/CNAME
|
- cp -var textfiles.com public
|
||||||
|
- cp CNAME public/CNAME
|
||||||
|
|
||||||
# Deploy to GitHub pages
|
# Deploy to GitHub pages
|
||||||
deploy:
|
deploy:
|
||||||
provider: pages
|
provider: pages
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
github_token: $GITHUB_TOKEN
|
github_token: $GITHUB_TOKEN
|
||||||
local_dir: textfiles.com
|
local_dir: public
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
Reference in New Issue
Block a user