Skip to content

Commit

Permalink
docs: Fixed GitBook publishing automation
Browse files Browse the repository at this point in the history
  • Loading branch information
frol authored Oct 17, 2024
1 parent 194bd51 commit b58ac04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typedoc-generate-gitbook-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Deploy to GitBook
run: |
git clone --branch=git-book https://frol:${{ secrets.MY_GITHUB_TOKEN }}@github.com/near/near-sdk-js.git book
rsync -av --delete markdown-docs/ book/
rsync -av --delete --exclude=.git markdown-docs/ book/
cd book
git config user.name "GitHub Actions"
git config user.email "actions@github.com"
Expand Down

0 comments on commit b58ac04

Please sign in to comment.