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 7c5eca6  Push back
7c5eca6 is described below

commit 7c5eca6f6334b9079b721d867247c5554459cc2c
Author: Sebb <s...@apache.org>
AuthorDate: Fri May 10 22:57:23 2024 +0100

    Push back
---
 .github/workflows/build-site.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml
index 3245beb..e3860fe 100644
--- a/.github/workflows/build-site.yml
+++ b/.github/workflows/build-site.yml
@@ -5,6 +5,7 @@ on:
   push:
     paths:
     - 'source/**/*'
+    - '.github/workflows/build-site.yml'
 
 permissions:
   contents: write
@@ -27,5 +28,6 @@ jobs:
         git status
         git add content
         git commit -m "Commit build products"
+        git push
       # env: # for gh
       #   GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Reply via email to