From 089e946489a6c88450c4eda150f8919b8d4b082e Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Fri, 18 Nov 2022 15:01:16 -0500 Subject: [PATCH] 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 Signed-off-by: Charlie Drage --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8eec4a0a..f26a17f7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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' }}