You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2022/09/21 19:47:16 UTC

[iceberg] branch fd-fix-path created (now 3a5651e3c9)

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

fokko pushed a change to branch fd-fix-path
in repository https://gitbox.apache.org/repos/asf/iceberg.git


      at 3a5651e3c9 Update python-ci-docs.yml

This branch includes the following new commits:

     new 3a5651e3c9 Update python-ci-docs.yml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iceberg] 01/01: Update python-ci-docs.yml

Posted by fo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch fd-fix-path
in repository https://gitbox.apache.org/repos/asf/iceberg.git

commit 3a5651e3c98cb5397789175c4c07eeb58aa31713
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Wed Sep 21 21:47:11 2022 +0200

    Update python-ci-docs.yml
---
 .github/workflows/python-ci-docs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/python-ci-docs.yml b/.github/workflows/python-ci-docs.yml
index 9ae255328d..d69f340ddc 100644
--- a/.github/workflows/python-ci-docs.yml
+++ b/.github/workflows/python-ci-docs.yml
@@ -23,7 +23,7 @@ on:
     branches:
       - 'master'
     paths:
-      - 'python/docs/**'
+      - 'python/mkdocs/**'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}