mirror of
https://github.com/pi-hole/docs.git
synced 2026-05-26 10:35:15 +01:00
Travis CI: cache pip
This commit is contained in:
+3
-2
@@ -1,8 +1,9 @@
|
||||
language: python
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r requirements.txt
|
||||
script:
|
||||
- mkdocs build --verbose --clean
|
||||
- mkdocs build --verbose --clean
|
||||
cache: pip
|
||||
deploy:
|
||||
provider: pages
|
||||
keep-history: true
|
||||
|
||||
Reference in New Issue
Block a user