Skip to content

Commit c52f9fa

Browse files
authored
Merge pull request #14 from nastevens/update-cname-ghp-import
Add --cname option to CI for ghp-import
2 parents 357a079 + f15c8b9 commit c52f9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/after-success.sh

+1-1
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)