From 4615d37c010aad3361b126d1dc767f7acb787e9e Mon Sep 17 00:00:00 2001 From: Thorn Walli Date: Sat, 22 Feb 2020 13:29:00 +0100 Subject: [PATCH] fix(travis): fix gh-pages --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d66f050..ffd9031 100755 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ jobs: - if [ -z "$TRAVIS_PULL_REQUEST_SHA" ]; then export PT_COMMIT=$TRAVIS_COMMIT; else export PT_COMMIT=$TRAVIS_PULL_REQUEST_SHA; fi # - echo $PT_COMMIT # - echo $PT_BRANCH - - npm run build --base=/nuxt-custom-elements/ + - npm run build --base=/nuxt-font-loader-strategy/ - stage: deploy if: branch = master install: @@ -34,7 +34,7 @@ jobs: script: - npx semantic-release --provider=github - mkdir gh-pages gh-pages/reports - - cp -R dist/nuxt-custom-elements/* gh-pages/ + - cp -R dist/* gh-pages/ - cp -R reports/* gh-pages/reports/ - touch gh-pages/.nojekyll deploy: