We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639ec27 commit 4dc8118Copy full SHA for 4dc8118
.travis.yml
@@ -9,18 +9,17 @@ matrix:
9
- npm install
10
script:
11
- npm run build
12
- - cd ..
13
- - python script/make_html.py
+ - sh ./mv.sh
14
- language: python
15
python:
16
- '3.6'
17
install:
18
- pip install -r requirements.txt
+ script: python script/make_html.py
19
20
deploy:
21
provider: pages
22
skip_cleanup: true
23
- local_dir: hg-app/build
24
github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
25
keep_history: true
26
on:
hg-app/mv.sh
@@ -0,0 +1,3 @@
1
+#!/usr/bin/env bash
2
+cd ./build/
3
+mv * ../../
0 commit comments