Skip to content

Commit c5cc6eb

Browse files
committed
Fix invalid of gh-pages publishing
1 parent 9aa0bf6 commit c5cc6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"doc": "run-s doc:html && open-cli build/docs/index.html",
7474
"doc:html": "typedoc src/ --exclude **/*.spec.ts --target ES6 --exclude src/lib/Queue.ts --excludePrivate --excludeNotExported --out build/docs",
7575
"doc:json": "typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json",
76-
"doc:publish": "touch build/docs/.nojekyll && gh-pages -m \"[ci skip] Updates\" -d build/docs -t",
76+
"doc:publish": "touch build/docs/.nojekyll && gh-pages -m \"[ci skip] Updates\" -d build/docs -t -r https://github.com/grimmer0125/d4c-queue.git",
7777
"version": "standard-version",
7878
"reset-hard": "git clean -dfx && git reset --hard && yarn",
7979
"prepare-release": "run-s reset-hard test cov:check doc:html version doc:publish"

0 commit comments

Comments
 (0)