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 37d336e commit a3ecfd0Copy full SHA for a3ecfd0
substrate/.maintain/rustdocs-release.sh
@@ -1,7 +1,8 @@
1
#!/usr/bin/env bash
2
# set -x
3
4
-# This script manages the deployment of Substrate rustdocs to https://paritytech.github.io/substrate/.
+# This script used to manage the deployment of Substrate rustdocs to https://paritytech.github.io/substrate/.
5
+# It is no longer used anywhere, and only here for historical/demonstration purposes.
6
# - With `deploy` sub-command, it will checkout the passed-in branch/tag ref, build the rustdocs
7
# locally (this takes some time), update the `index.html` index page, and push it to remote
8
# `gh-pages` branch. So users running this command need to have write access to the remote
0 commit comments