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 cc9ee2d commit 5bdd73cCopy full SHA for 5bdd73c
ci/after-success.sh
@@ -5,7 +5,7 @@ main() {
5
curl -Ls https://github.com/davisp/ghp-import/archive/master.tar.gz |
6
tar --strip-components 1 -C ghp-import -xz
7
8
- ./ghp-import/ghp_import.py book
+ ./ghp-import/ghp_import.py doc
9
10
# NOTE(+x) don't print $GH_TOKEN to the console!
11
set +x
0 commit comments