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

jky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flagon.git


The following commit(s) were added to refs/heads/master by this push:
     new e3c1721  site build Github action debugging
e3c1721 is described below

commit e3c1721c953cb6df2e10af28a8590e408dac3668
Author: Jason Young <jk...@pm.me>
AuthorDate: Wed Apr 16 18:55:12 2025 -0700

    site build Github action debugging
---
 .github/workflows/site.yml | 4 ++--
 site/CHANGELOG.md          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml
index 816206b..808d893 100644
--- a/.github/workflows/site.yml
+++ b/.github/workflows/site.yml
@@ -51,13 +51,13 @@ jobs:
 
     - name: Run build script
       run: |
-        cd site/
         chmod +x ./build.sh
         ./build.sh
+      working-directory: site
 
     - name: Remove non-site files
       run: |
-        cp -r site/_site/ /tmp/
+        cp -r site/_site /tmp/
         rm -rf *
         cp -r /tmp/_site/* .
 
diff --git a/site/CHANGELOG.md b/site/CHANGELOG.md
index 78a3980..c590087 100644
--- a/site/CHANGELOG.md
+++ b/site/CHANGELOG.md
@@ -1,6 +1,6 @@
 CHANGELOG
 ---------
-
+ 
 ### 1.0.2 (2025-04-03)
 - Updated site build process.
 

Reply via email to