rust docs: add simple analytics (#1377)

* inject simple analytics

* comments

* fix chown

* comments

* doc features
This commit is contained in:
Liam Aharon
2023-09-05 12:31:57 +10:00
committed by GitHub
parent 076529ea55
commit 7217a5da65
2 changed files with 22 additions and 2 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
#!/usr/bin/env bash
# set -x
# 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/.
# It is no longer used anywhere, and only here for historical/demonstration purposes.
# - With `deploy` sub-command, it will checkout the passed-in branch/tag ref, build the rustdocs
# locally (this takes some time), update the `index.html` index page, and push it to remote
# `gh-pages` branch. So users running this command need to have write access to the remote