This commit is contained in:
@@ -25,6 +25,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0 # Fetch all history for git info
|
fetch-depth: 0 # Fetch all history for git info
|
||||||
path: content
|
path: content
|
||||||
|
- run: git config --global user.name "Build Pipeline"
|
||||||
|
- run: git config --global user.email "noreply@example.com"
|
||||||
- name: get current version
|
- name: get current version
|
||||||
run: echo "::set-env name=CURRENT_VERSION::$(cat version.txt)"
|
run: echo "::set-env name=CURRENT_VERSION::$(cat version.txt)"
|
||||||
working-directory: content
|
working-directory: content
|
||||||
@@ -62,9 +64,9 @@ jobs:
|
|||||||
working-directory: quartz
|
working-directory: quartz
|
||||||
- name: Build Quartz
|
- name: Build Quartz
|
||||||
run: npx quartz build
|
run: npx quartz build
|
||||||
|
working-directory: quartz
|
||||||
- uses: akkuman/gitea-release-action@v1
|
- uses: akkuman/gitea-release-action@v1
|
||||||
env:
|
working-directory: quartz
|
||||||
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
public/**
|
public/**
|
||||||
|
|||||||
Reference in New Issue
Block a user