Fix Content
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Kekskurse 2022-10-14 17:07:39 +02:00
parent ed66263bbc
commit 490e0e9093
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ steps:
commands:
- mkdir /tmp/webpage
- cp -R public/* /tmp/webpage
- git reset --hard main
- git branch webpage
- git checkout webpage
- git pull origin webpage --rebase