mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 05:44:45 -06:00
remote .travis.yml
This commit is contained in:
parent
189e331292
commit
23323d8e7c
24
.travis.yml
24
.travis.yml
@ -1,24 +0,0 @@
|
||||
langauge: node_js
|
||||
node_js:
|
||||
- "10"
|
||||
cache:
|
||||
yarn: true
|
||||
directories:
|
||||
- "node_modules"
|
||||
branches:
|
||||
only:
|
||||
- "master"
|
||||
install:
|
||||
- "yarn install"
|
||||
- "yarn run build"
|
||||
script:
|
||||
- "echo \"No tests\""
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
skip_cleanup: true
|
||||
github-token: $GITHUB_ACCESS_TOKEN
|
||||
target-branch: "gh-pages"
|
||||
local-dir: ".vuepress/dist"
|
||||
on:
|
||||
branch: master
|
||||
Loading…
x
Reference in New Issue
Block a user