ci: fix scripts
This commit is contained in:
parent
985532b2aa
commit
febe518d44
1 changed files with 3 additions and 3 deletions
|
@ -298,9 +298,9 @@ pages:
|
|||
services: []
|
||||
before_script: []
|
||||
script:
|
||||
- mkdir -p public
|
||||
- cp --recursive target/doc public
|
||||
- printf '<meta http-equiv="refresh" content="0; url=%s">' 'backend_rs' > public/backend-rs/index.html
|
||||
- mkdir -p public/backend_rs
|
||||
- cp --recursive target/doc public/backend-rs/doc
|
||||
- printf '<meta http-equiv="refresh" content="0; url=%s">' 'backend_rs' > public/backend-rs/doc/index.html
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
Loading…
Reference in a new issue