Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed May 1, 2024
1 parent 9cecd2c commit 3091dff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ steps:
- git config --global user.name "Daniil Gentili"
- git remote add o [email protected]: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'
Expand Down

0 comments on commit 3091dff

Please sign in to comment.