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

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


The following commit(s) were added to refs/heads/main by this push:
     new b712716  Continue to javadocs deployment on docs-site deployment 
failure (#13)
b712716 is described below

commit b712716db6c30f6593c40ca3c42c9949300db06d
Author: Samuel Redai <[email protected]>
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
       

Reply via email to