From b58ac04fc6dff2f1120e9098c0cb059493486598 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Thu, 17 Oct 2024 09:32:51 +0200 Subject: [PATCH] docs: Fixed GitBook publishing automation --- .github/workflows/typedoc-generate-gitbook-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typedoc-generate-gitbook-docs.yml b/.github/workflows/typedoc-generate-gitbook-docs.yml index ee177898..f4ae25c6 100644 --- a/.github/workflows/typedoc-generate-gitbook-docs.yml +++ b/.github/workflows/typedoc-generate-gitbook-docs.yml @@ -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"