Skip to content

Commit

Permalink
Fix doc deploy and update with tag
Browse files Browse the repository at this point in the history
  • Loading branch information
schwarzbi3r committed Mar 9, 2022
1 parent 6320751 commit 1bb8fca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
- run: yarn
- run: yarn typedoc
- run: |
git config user.name github-actions
git config user.email [email protected]
git add -f doc
git commit -m "Latest docs"
git push origin `git subtree split --prefix doc $DEPLOY_BRANCH`:gh-pages --force
git config user.name github-actions
git config user.email [email protected]
git add -f doc
git commit -m "Latest docs"
git push -u origin `git subtree split --prefix doc $DEPLOY_BRANCH`:refs/heads/gh-pages --force
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ On the test side of things:

## Installation

`yarn add https://github.com/schwarzbi3r/sol_log_bench`
`yarn add https://github.com/schwarzbi3r/sol_log_bench#v1.0.0`

## Typedoc

Expand Down

0 comments on commit 1bb8fca

Please sign in to comment.