diff --git a/.github/workflows/gitbook-action.yml b/.github/workflows/gitbook-action.yml index 9b168e4..3c705ed 100644 --- a/.github/workflows/gitbook-action.yml +++ b/.github/workflows/gitbook-action.yml @@ -17,6 +17,7 @@ jobs: uses: ZanderZhao/gitbook-action@v1.2.4 # -> or ZanderZhao/gitbook-action@master. If not use master click above, use latest please with: # or fork this repo and use YourName/gitbook-action@master token: ${{ secrets.PERSONAL_TOKEN }} # -> remember add this in settings/secrets as following + publish_push_force: true - name: Gitbook Action Test if: github.event_name == 'pull_request' uses: ZanderZhao/gitbook-action@v1.2.4 # -> or ZanderZhao/gitbook-action@master. If not use master click above, use latest please