ci: fix paths 🥴

This commit is contained in:
naskya 2024-05-24 03:56:17 +09:00
parent a82d45935b
commit 7b2c16c78c
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -314,9 +314,10 @@ pages:
services: []
before_script: []
script:
- 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
- rm --recursive --force public/backend-rs
- cp --recursive 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:
paths:
- public