We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d268aaf commit 1f61b00Copy full SHA for 1f61b00
.travis.yml
@@ -4,7 +4,7 @@ node_js:
4
script:
5
- npm run build
6
after_script:
7
-- bash ./scripts/deploy-to-gh-pages.sh
+- bash ./build/deploy_to_gh_pages.sh
8
deploy:
9
provider: pages
10
skip-cleanup: true
0 commit comments