Skip to content

Commit f15c8b9

Browse files
committed
Add --cname option to CI for ghp-import
rust-embedded/wg#208 Signed-off-by: Nick Stevens <[email protected]>
1 parent 357a079 commit f15c8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/after-success.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ main() {
55
curl -Ls https://github.com/davisp/ghp-import/archive/master.tar.gz |
66
tar --strip-components 1 -C ghp-import -xz
77

8-
./ghp-import/ghp_import.py doc
8+
./ghp-import/ghp_import.py --cname=docs.rust-embedded.org doc
99

1010
# NOTE(+x) don't print $GH_TOKEN to the console!
1111
set +x

0 commit comments

Comments
 (0)