mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-13 20:11:53 +01:00
Fix gitlab CI
This commit is contained in:
parent
c01eefc0af
commit
95ad65164c
@ -44,10 +44,10 @@ deploy-beta:
|
||||
- git worktree prune
|
||||
- rm -rf ../esphomelib
|
||||
script:
|
||||
- git fetch --force git@github.com:OttoWinter/beta.esphomelib.com.git master:gh-pages
|
||||
- git fetch --force git@github.com:OttoWinter/esphomedocs-beta.git master:gh-pages
|
||||
- git worktree add _build/html gh-pages
|
||||
- make ../esphomelib
|
||||
- make deploy
|
||||
- git -C _build/html push git@github.com:OttoWinter/beta.esphomelib.com.git gh-pages
|
||||
- git -C _build/html push git@github.com:OttoWinter/esphomedocs-beta.git gh-pages
|
||||
only:
|
||||
- rc
|
||||
|
Loading…
Reference in New Issue
Block a user