mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-11-26 12:25:08 +01:00
Fix
This commit is contained in:
parent
9cecd2ca80
commit
3091dff6fa
@ -16,14 +16,12 @@ steps:
|
||||
- git config --global user.name "Daniil Gentili"
|
||||
- git remote add o git@github.com:danog/MadelineProtoDocs.git
|
||||
- cd docs
|
||||
- gojekyll clean
|
||||
- gojekyll build
|
||||
- rm -rf /tmp/_site
|
||||
- cp -a _site /tmp/
|
||||
- cd ..
|
||||
- git branch -D gh-pages || true
|
||||
- git switch --orphan gh-pages
|
||||
- git checkout gh-pages
|
||||
- cp -a /tmp/_site/* .
|
||||
- git add -A
|
||||
- git commit -am 'Update'
|
||||
|
Loading…
Reference in New Issue
Block a user