Skip to content

Commit dc3250b

Browse files
committed
Trial nightly releases published to GitHub Pages
1 parent 0df68d0 commit dc3250b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,18 @@ jobs:
1515
python: 3.7
1616
- env: PYVER=py38
1717
python: 3.8
18-
- language: node_js
19-
install:
20-
- npm install --no-optional --no-audit --progress=false
21-
script:
22-
- npm run build
2318
- python: 3.8
2419
install:
2520
- pip install poetry
2621
- poetry install
22+
- nvm install
23+
- npm install --no-optional --no-audit --progress=false
2724
script:
2825
- poetry run mkdocs build
26+
- npm run build
27+
- cat pyproject.toml| awk '{sub(/^version = .+/,"version = \"0.0.0.dev\"")}1' > pyproject.toml.tmp && mv pyproject.toml.tmp pyproject.toml
28+
- poetry build
29+
- cp -R dist site
2930
deploy:
3031
- provider: pages
3132
skip_cleanup: true

0 commit comments

Comments
 (0)