mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
Fix build
This commit is contained in:
parent
c6f8d41f13
commit
b10b07f2d1
@ -3,6 +3,7 @@ build:
|
||||
tags:
|
||||
- esphomedocs
|
||||
script:
|
||||
- make ../esphomelib
|
||||
- make html
|
||||
except:
|
||||
- current
|
||||
@ -22,6 +23,7 @@ deploy:
|
||||
script:
|
||||
- git fetch --force git@github.com:OttoWinter/esphomedocs.git gh-pages:gh-pages
|
||||
- git worktree add _build/html gh-pages
|
||||
- make ../esphomelib
|
||||
- make deploy
|
||||
- git -C _build/html push git@github.com:OttoWinter/esphomedocs.git gh-pages
|
||||
artifacts:
|
||||
|
Loading…
Reference in New Issue
Block a user