From 9bd904ffea230460b3a5b3fd190edda187df21e7 Mon Sep 17 00:00:00 2001 From: Kevin Franklin Kim Date: Fri, 12 Sep 2025 15:46:45 +0200 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 19fb83e..b9bfe91 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,9 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: actions/setup-node@v1 with: node-version: "20.x" @@ -21,9 +23,9 @@ jobs: # ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }} - name: Release to GitHub Pages working-directory: foomo - env: - USE_SSH: true - GIT_USER: git + #env: + #USE_SSH: true + #GIT_USER: git run: | git config --global user.email "publisher@foomo.org" git config --global user.name "gh-actions"