From 2c1f5c3059bdad8cac989a6da81b9ead130a9874 Mon Sep 17 00:00:00 2001 From: Lauren Kaviak Date: Sat, 11 Apr 2026 02:28:48 -0500 Subject: [PATCH] yarp --- .gitea/workflows/deploy.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 6011848..d4e464a 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -25,6 +25,8 @@ jobs: with: fetch-depth: 0 # Fetch all history for git info path: content + - run: git config --global user.name "Build Pipeline" + - run: git config --global user.email "noreply@example.com" - name: get current version run: echo "::set-env name=CURRENT_VERSION::$(cat version.txt)" working-directory: content @@ -62,9 +64,9 @@ jobs: working-directory: quartz - name: Build Quartz run: npx quartz build + working-directory: quartz - uses: akkuman/gitea-release-action@v1 - env: - NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18 + working-directory: quartz with: files: |- public/**