ci: fix command options
I didn't know that BusyBox's commands don't have verbose flags
This commit is contained in:
parent
dba3025023
commit
1b529f6548
1 changed files with 2 additions and 2 deletions
|
@ -311,8 +311,8 @@ pages:
|
|||
services: []
|
||||
before_script: []
|
||||
script:
|
||||
- rm --recursive --force public/backend-rs
|
||||
- cp --recursive target/doc public
|
||||
- rm -r -f public/backend-rs
|
||||
- cp -r target/doc public
|
||||
- mv public/doc public/backend-rs
|
||||
- printf '<meta http-equiv="refresh" content="0; url=%s">' 'backend_rs' > public/backend-rs/index.html
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue