You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ru...@apache.org on 2022/02/08 18:07:33 UTC

[iceberg-docs] 14/47: Continue to javadocs deployment on docs-site deployment failure (#13)

This is an automated email from the ASF dual-hosted git repository.

russellspitzer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git

commit b712716db6c30f6593c40ca3c42c9949300db06d
Author: Samuel Redai <43...@users.noreply.github.com>
AuthorDate: Fri Jan 14 13:00:40 2022 -0800

    Continue to javadocs deployment on docs-site deployment failure (#13)
---
 .github/workflows/deploy.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 70d769d..48ac455 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -55,6 +55,7 @@ jobs:
   deploy-docs:
     if: github.ref != 'refs/heads/main'
     runs-on: ubuntu-20.04
+    continue-on-error: true
     steps:
       - uses: actions/checkout@v2