Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit85583e1

Browse files
committed
add requirements.txt
1 parentfa43557 commit85583e1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

‎.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ language: python
33
python:
44
-"3.6"
55

6-
before_script:
7-
-pip installmkdocs mkdocs-material
6+
install:
7+
-pip install-r requirements.txt
88

99
script:
1010
-cp README.md docs/index.md
1111
-mkdocs build
12-
12+
1313
deploy:
1414
provider:pages
1515
local-dir:"site"
1616
skip-cleanup:true
17-
github-token:$GITHUB_TOKEN
1817
keep-history:true
18+
github-token:$GITHUB_TOKEN
1919
on:
2020
branch:master

‎requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mkdocs==1.0.4
2+
mkdocs-material==4.0.2

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp