From 06d48e2a8d0454aa33ece41ec1750e8855305d06 Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Sun, 1 Dec 2019 14:54:53 -0800 Subject: [PATCH] update travis --- .travis.yml | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2575c55..0106aa6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,23 +11,5 @@ install: script: - pnpm run build - -# Deploy the site - this hook comes from Travis integration -deploy: - # The output of our static site - local_dir: dist - # The repository we are deploying to - repo: MoonsideGames/moonsidegames.github.io - # The branch we are pushing the static repository - target_branch: master - # Information to use in the commit - email: evan@moonside.games - name: "Evan Hemsley" - provider: pages - # Recommended setting - skip_cleanup: true - # Set in Travis CI dashboard - github_token: $GITHUB_TOKEN - keep_history: true - on: - branch: master + - 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