ci: fix command options

I didn't know that BusyBox's commands don't have verbose flags
This commit is contained in:
naskya 2024-05-24 04:03:24 +09:00
parent dba3025023
commit 1b529f6548
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -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: