Skip to content

Commit

Permalink
[update docs] Revert "Upgrade docusaurus"
Browse files Browse the repository at this point in the history
This reverts commit 073d2fb.
  • Loading branch information
cmdcolin committed Nov 8, 2018
1 parent 601891f commit ab117ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -64,6 +64,7 @@ script:
cd $BUILD_DIR;
MOZ_HEADLESS=1 SELENIUM_BROWSER=firefox NOSEOPTS="-I jasmine" JBROWSE_URL=http://localhost:9000/JBrowse-$RELEASE_VERSION/index.html tests/selenium_tests/travis_wrapper.sh;
fi
- cd -
- set +e
after_failure:
- cat setup.log
Expand Down
1 change: 1 addition & 0 deletions website/deploy.sh
Expand Up @@ -7,6 +7,7 @@ RELEASE_VERSION=`node -e 'require("fs").readFile("package.json", (e,d)=>console.
set -e
set -x
cd ${0%/*}
npm --version
yarn
yarn build
ln -sf ../code/JBrowse-$RELEASE_VERSION/dist build/jbrowse/docs/dist
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Expand Up @@ -9,7 +9,7 @@
"rename-version": "docusaurus-rename-version"
},
"devDependencies": {
"docusaurus": "^1.5.1"
"docusaurus": "^1.3.2"
},
"dependencies": {
"remarkable-embed": "^0.4.1"
Expand Down

0 comments on commit ab117ca

Please sign in to comment.