mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Added missing script in package.json
This commit is contained in:
parent
3f1d258cb6
commit
2c429eb739
@ -31,7 +31,8 @@
|
||||
"start": "scripts/start",
|
||||
"test:visual:run": "scripts/test/visual/run",
|
||||
"test:visual:update": "scripts/test/visual/update",
|
||||
"test:visual:session": "scripts/test/visual/session"
|
||||
"test:visual:session": "scripts/test/visual/session",
|
||||
"travis": "scripts/travis"
|
||||
},
|
||||
"dependencies": {
|
||||
"escape-string-regexp": "^1.0.5"
|
||||
|
@ -25,7 +25,7 @@ yarn run build
|
||||
[ $? -gt 0 ] && exit 1
|
||||
|
||||
# Deploy documentation to GitHub pages
|
||||
mkdocs gh-deploy
|
||||
# mkdocs gh-deploy
|
||||
|
||||
# Terminate if we're not on a release branch
|
||||
echo "$TRAVIS_BRANCH" | grep -qvE "^[0-9.]+$" && exit 0; :;
|
||||
|
Loading…
Reference in New Issue
Block a user