diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index dfb7946..be0823b 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -17,8 +17,9 @@ jobs: - run: yarn - run: yarn typedoc - run: | - git config user.name github-actions - git config user.email github-actions@github.com - git add -f doc - git commit -m "Latest docs" - git push origin `git subtree split --prefix doc $DEPLOY_BRANCH`:gh-pages --force \ No newline at end of file + git config user.name github-actions + git config user.email github-actions@github.com + 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 \ No newline at end of file diff --git a/README.md b/README.md index cbfdf55..57130b9 100644 --- a/README.md +++ b/README.md @@ -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