You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2021/08/06 22:49:35 UTC

[arrow-cookbook] branch main updated: Fixing depend target in deploy workflow to updated name of build target

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

westonpace pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-cookbook.git


The following commit(s) were added to refs/heads/main by this push:
     new 615912a  Fixing depend target in deploy workflow to updated name of build target
615912a is described below

commit 615912a124de102b9fe61f280235ece0e89b6492
Author: Weston Pace <we...@gmail.com>
AuthorDate: Fri Aug 6 12:49:10 2021 -1000

    Fixing depend target in deploy workflow to updated name of build target
---
 .github/workflows/deploy_cookbooks.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy_cookbooks.yml b/.github/workflows/deploy_cookbooks.yml
index 4cead47..a0f9fcc 100644
--- a/.github/workflows/deploy_cookbooks.yml
+++ b/.github/workflows/deploy_cookbooks.yml
@@ -30,7 +30,7 @@ jobs:
   deploy_cookbooks:
     name: deploy
     runs-on: ubuntu-latest
-    needs: make_books
+    needs: make_cookbooks
     steps:
       - name: Checkout gh-pages branch
         uses: actions/checkout@v2