From 5217d0a2fd189d52962fb9f93ca551cfcda3d179 Mon Sep 17 00:00:00 2001 From: Ryan Ghods Date: Mon, 20 Nov 2023 15:05:38 -0800 Subject: [PATCH] Add continue-on-error to docs workflow to avoid failure when there are no changes --- .github/workflows/docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4e5ae8abc..2b0bd5ada 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -37,6 +37,7 @@ jobs: - name: Copy developer docs to repository if: github.ref == 'refs/heads/main' uses: nkoppel/push-files-to-another-repository@v1.1.2 + continue-on-error: true env: API_TOKEN_GITHUB: ${{ steps.get_token.outputs.token }} with: