We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2c397 commit b359b49Copy full SHA for b359b49
.gitlab-ci.yml
@@ -756,7 +756,8 @@ publish-rustdoc:
756
# Save README and docs
757
- cp -r ./crate-docs/ /tmp/doc/
758
- cp README.md /tmp/doc/
759
- - git checkout gh-pages
+ # we don't need to commit changes because we copy docs to /tmp
760
+ - git checkout gh-pages --force
761
# Install `index-tpl-crud` and generate index.html based on RUSTDOCS_DEPLOY_REFS
762
- which index-tpl-crud &> /dev/null || yarn global add @substrate/index-tpl-crud
763
- index-tpl-crud upsert ./index.html ${CI_COMMIT_REF_NAME}
0 commit comments