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