Skip to content

Commit

Permalink
Merge pull request #14 from nastevens/update-cname-ghp-import
Browse files Browse the repository at this point in the history
Add --cname option to CI for ghp-import
  • Loading branch information
japaric committed Nov 9, 2018
2 parents 357a079 + f15c8b9 commit c52f9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/after-success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ main() {
curl -Ls https://github.com/davisp/ghp-import/archive/master.tar.gz |
tar --strip-components 1 -C ghp-import -xz

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

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

0 comments on commit c52f9fa

Please sign in to comment.