You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2022/04/04 20:24:15 UTC

[arrow-site] branch master updated: ARROW-16107: [Docs] Update archery crossbox latest-prefix command

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

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 3651604f6d ARROW-16107: [Docs] Update archery crossbox latest-prefix command
3651604f6d is described below

commit 3651604f6d20e2abd3f8c986ab8df760ae573a43
Author: Joris Van den Bossche <jo...@gmail.com>
AuthorDate: Tue Apr 5 05:23:57 2022 +0900

    ARROW-16107: [Docs] Update archery crossbox latest-prefix command
    
    This requires https://github.com/apache/arrow/pull/12785 to be merged first, and then should hopefully get the dev docs working again.
    
    Closes #203 from jorisvandenbossche/ARROW-16107:
    
    Authored-by: Joris Van den Bossche <jo...@gmail.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 .github/workflows/devdocs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/devdocs.yml b/.github/workflows/devdocs.yml
index 1af4960511..6b0e750d89 100644
--- a/.github/workflows/devdocs.yml
+++ b/.github/workflows/devdocs.yml
@@ -53,7 +53,7 @@ jobs:
 
       - name: Identify latest doc build
         run: |
-          echo "::set-output name=LATEST::$(archery crossbow latest-prefix --no-fetch nightly)"
+          echo "::set-output name=LATEST::$(archery crossbow latest-prefix --no-fetch nightly-tests)"
         id: build
 
       - name: Download the crossbow docs artifact