Skip to content

Commit 4dc8118

Browse files
committed
fix CI bug
1 parent 639ec27 commit 4dc8118

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: .travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,17 @@ matrix:
99
- npm install
1010
script:
1111
- npm run build
12-
- cd ..
13-
- python script/make_html.py
12+
- sh ./mv.sh
1413
- language: python
1514
python:
1615
- '3.6'
1716
install:
1817
- pip install -r requirements.txt
18+
script: python script/make_html.py
1919

2020
deploy:
2121
provider: pages
2222
skip_cleanup: true
23-
local_dir: hg-app/build
2423
github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
2524
keep_history: true
2625
on:

Diff for: hg-app/mv.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
cd ./build/
3+
mv * ../../

0 commit comments

Comments
 (0)