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

sebb pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 52d7ac8  Ensure deletions are noticed
52d7ac8 is described below

commit 52d7ac84691bf30c8ee940eee33613d85bfe28e9
Author: Sebb <s...@apache.org>
AuthorDate: Fri May 17 16:41:38 2024 +0100

    Ensure deletions are noticed
---
 .github/workflows/build-site.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml
index ed65038..edae06f 100644
--- a/.github/workflows/build-site.yml
+++ b/.github/workflows/build-site.yml
@@ -20,6 +20,7 @@ jobs:
         sudo pip3 install markdown
     - name: Build site
       run: |
+        find content -name '*.html' -delete # Ensure deletions are picked up
         cd source
         python3 generate.py
         cd ..

Reply via email to