Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Prev Previous commit
Next Next commit
debug publish
  • Loading branch information
alvicsam committed Jul 22, 2022
commit 47c9fe077f8eadfce2bd44e4b6798e923fa1db1e
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,6 @@ build-rustdoc:
# FIXME: remove me after CI image gets nonroot
- chown -R nonroot:nonroot ./crate-docs
- echo "<meta http-equiv=refresh content=0;url=polkadot_service/index.html>" > ./crate-docs/index.html
- sccache -s

build-implementers-guide:
stage: stage1
Expand Down Expand Up @@ -878,8 +877,10 @@ publish-rustdoc:
script:
# Save README and docs
- cp -r ./crate-docs/ /tmp/doc/
- cp -r ./artifacts/ /tmp/
- cp -r ./artifacts/book/ /tmp/
- ls -la /tmp
- ls -la /tmp/doc/
- ls -la /tmp/book/
- cp ./README.md /tmp/doc/
# setup ssh
- eval $(ssh-agent)
Expand Down