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 87952ba Hotfix for build-site action 87952ba is described below commit 87952bad70684eed17f32151d693cb1289c3e7ff Author: Jason Young <jk...@pm.me> AuthorDate: Thu Apr 3 11:09:25 2025 -0700 Hotfix for build-site action --- .github/workflows/site.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 2d37c3b..7f3ac0c 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -34,6 +34,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Set up Ruby uses: ruby/setup-ruby@v1