Skip to content

Commit

Permalink
fix:deploy github gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
zhhyang committed Sep 23, 2020
1 parent c57c758 commit ddadfd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ echo "npm publish success"

echo "deploy:jd"
npm run deploy:jd

echo "deploy:github"
npm run deploy
2 changes: 1 addition & 1 deletion site/lib/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class Home extends React.Component {
</div>
<div className="page-home-buttons logo-animate">
<a
href={`/#/doc/get-started`}
href={`#/doc/get-started`}
className="page-home-button"
target="_blank"
rel="noopener"
Expand Down

0 comments on commit ddadfd9

Please sign in to comment.