AnimationTool/.travis.yml

16 lines
368 B
YAML
Raw Permalink Normal View History

2019-10-08 23:39:19 +00:00
language: node_js
node_js:
- 10
2019-10-08 23:41:21 +00:00
cache:
npm: false
before_install:
- curl -L https://unpkg.com/@pnpm/self-installer | node
install:
2019-10-08 23:39:19 +00:00
- pnpm install
2019-12-01 22:07:22 +00:00
2019-10-08 23:41:21 +00:00
script:
2019-10-08 23:39:19 +00:00
- pnpm run build
2019-12-01 22:54:53 +00:00
- pnpm install -g gh-pages
- gh-pages --dist dist --dest exporter --repo https://x-access-token:${GITHUB_TOKEN}@github.com/MoonsideGames/moonsidegames.github.io.git --branch master