yarp
Some checks failed
Deploy Quartz site to Pages / build (push) Failing after 8s

This commit is contained in:
Eau
2026-04-11 02:28:48 -05:00
parent a1f88b8bb4
commit 2c1f5c3059

View File

@@ -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/**