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 354a77c site build github action debugging 354a77c is described below commit 354a77c4f6d896bef695a327a52ce7b3ec02fb9f Author: Jason Young <jk...@pm.me> AuthorDate: Thu Apr 17 11:13:37 2025 -0700 site build github action debugging --- .github/workflows/site.yml | 1 + site/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 2a3f7cd..f5a0057 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -60,6 +60,7 @@ jobs: git config user.name "GitHub Actions Bot" git config user.email "act...@github.com" cp -r site/_site /tmp/ + git reset --hard git clean -fdx git checkout asf-site rm -rf * diff --git a/site/CHANGELOG.md b/site/CHANGELOG.md index 78a3980..456f877 100644 --- a/site/CHANGELOG.md +++ b/site/CHANGELOG.md @@ -17,4 +17,4 @@ CHANGELOG - Updated UserALE.pyqt5 name to UserALE.py ### 1.0.0 (2017-01-12) -- Initial commit. \ No newline at end of file +- Initial commit.