remove sync docs from ci (#1536)

don't need sync docs since we are building from `/docs` directory
instead of `gh-pages`.

Signed-off-by: Charlie Drage <charlie@charliedrage.com>

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
This commit is contained in:
Charlie Drage 2022-11-18 15:01:16 -05:00 committed by GitHub
parent e0e69ae886
commit 089e946489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,5 +43,3 @@ jobs:
env:
# As per https://github.com/mattn/goveralls#github-actions
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: ./script/sync-docs.sh
if: ${{ github.ref == 'refs/heads/master' }}