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

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


The following commit(s) were added to refs/heads/main by this push:
     new de5ceedb72d Remove old contents in docs/dev/ (#685)
de5ceedb72d is described below

commit de5ceedb72d7df5f66c49d1cc8916d308f2cda50
Author: Sutou Kouhei <[email protected]>
AuthorDate: Mon Aug 4 21:33:38 2025 +0900

    Remove old contents in docs/dev/ (#685)
    
    Fixes GH-684.
---
 .github/workflows/devdocs.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/devdocs.yml b/.github/workflows/devdocs.yml
index ee7968c2105..6c7cd4730ca 100644
--- a/.github/workflows/devdocs.yml
+++ b/.github/workflows/devdocs.yml
@@ -75,6 +75,7 @@ jobs:
           echo "$(git log -1)"
           git config user.name "github-actions[bot]"
           git config user.email "github-actions[bot]@users.noreply.github.com"
+          rm -rf docs/dev
           mkdir -p docs/dev
           tar -xvzf ../downloads/${{ steps.build.outputs.LATEST 
}}/test-debian-*-docs/docs.tar.gz -C docs/dev --strip-components=1
           cp docs/c_glib/index.html docs/dev/c_glib/index.html

Reply via email to