mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
Fix CI
This commit is contained in:
parent
d22b96b983
commit
6e6529b925
@ -9,9 +9,6 @@ build:
|
||||
- esphomedocs
|
||||
script:
|
||||
- make html
|
||||
artifacts:
|
||||
paths:
|
||||
- _build/html
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
@ -26,5 +23,8 @@ deploy:
|
||||
- git worktree add _build/html
|
||||
- make deploy
|
||||
- git -C _build/html push git@github.com:OttoWinter/esphomedocs.git:gh-pages
|
||||
artifacts:
|
||||
paths:
|
||||
- _build/html
|
||||
only:
|
||||
- current
|
||||
|
Loading…
Reference in New Issue
Block a user