ci: fix paths again
This commit is contained in:
parent
1b529f6548
commit
d0a96b6e7b
1 changed files with 3 additions and 2 deletions
|
@ -311,8 +311,9 @@ pages:
|
||||||
services: []
|
services: []
|
||||||
before_script: []
|
before_script: []
|
||||||
script:
|
script:
|
||||||
- rm -r -f public/backend-rs
|
- mkdir -p public
|
||||||
- cp -r target/doc public
|
- rm -rf public/backend-rs
|
||||||
|
- cp -r target/doc public/doc
|
||||||
- mv public/doc public/backend-rs
|
- mv public/doc public/backend-rs
|
||||||
- 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/index.html
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue