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 bb355f9  Replace local alias
bb355f9 is described below

commit bb355f993bdfda2673b25ced39fa5d862ba4e631
Author: Sebb <s...@apache.org>
AuthorDate: Fri May 10 22:50:40 2024 +0100

    Replace local alias
---
 .github/workflows/build-site.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml
index ee17a04..bd58a55 100644
--- a/.github/workflows/build-site.yml
+++ b/.github/workflows/build-site.yml
@@ -23,6 +23,7 @@ jobs:
         python3 generate.py
         cd ..
         git status
-        git acm "Commit build products"
+        git add content
+        git commit -m "Commit build products"
       # env: # for gh
       #   GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Reply via email to