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: []
|
services: []
|
||||||
before_script: []
|
before_script: []
|
||||||
script:
|
script:
|
||||||
- mkdir -p public
|
- mkdir -p public/backend_rs
|
||||||
- cp --recursive target/doc public
|
- cp --recursive target/doc public/backend-rs/doc
|
||||||
- printf '<meta http-equiv="refresh" content="0; url=%s">' 'backend_rs' > public/backend-rs/index.html
|
- printf '<meta http-equiv="refresh" content="0; url=%s">' 'backend_rs' > public/backend-rs/doc/index.html
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
Loading…
Reference in a new issue