We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa43557 commit 85583e1Copy full SHA for 85583e1
.travis.yml
@@ -3,18 +3,18 @@ language: python
3
python:
4
- "3.6"
5
6
-before_script:
7
- - pip install mkdocs mkdocs-material
+install:
+ - pip install -r requirements.txt
8
9
script:
10
- cp README.md docs/index.md
11
- mkdocs build
12
-
+
13
deploy:
14
provider: pages
15
local-dir: "site"
16
skip-cleanup: true
17
- github-token: $GITHUB_TOKEN
18
keep-history: true
+ github-token: $GITHUB_TOKEN
19
on:
20
branch: master
requirements.txt
@@ -0,0 +1,2 @@
1
+mkdocs==1.0.4
2
+mkdocs-material==4.0.2
0 commit comments