This commit is contained in:
@@ -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/**
|
||||
|
||||
Reference in New Issue
Block a user