We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503e122 commit 194bd51Copy full SHA for 194bd51
.github/workflows/typedoc-generate-gitbook-docs.yml
@@ -41,11 +41,11 @@ jobs:
41
42
- name: Deploy to GitBook
43
run: |
44
- git clone --branch=git-book https://github.com/near/near-sdk-js.git book
+ git clone --branch=git-book https://frol:${{ secrets.MY_GITHUB_TOKEN }}@github.com/near/near-sdk-js.git book
45
rsync -av --delete markdown-docs/ book/
46
cd book
47
git config user.name "GitHub Actions"
48
git config user.email "[email protected]"
49
git add .
50
git commit -m "Update documentation [skip ci]"
51
- git push https://frol:${{ secrets.MY_GITHUB_TOKEN }}@github.com/near/near-sdk-js.git git-book
+ git push https://frol:${{ secrets.MY_GITHUB_TOKEN }}@github.com/near/near-sdk-js.git git-book
0 commit comments