mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-15 20:09:41 +08:00
Update gitea-build.yml
This commit is contained in:
parent
33b3f098fa
commit
e08e3394b3
20
.github/workflows/gitea-build.yml
vendored
20
.github/workflows/gitea-build.yml
vendored
@ -39,16 +39,16 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
version=$(grep 'version:' theme.yaml | sed 's/.*:\s*//')
|
version=$(grep 'version:' theme.yaml | sed 's/.*:\s*//')
|
||||||
echo "version=$version" >> $GITHUB_ENV
|
echo "version=$version" >> $GITHUB_ENV
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
# - name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v4
|
# uses: actions/setup-node@v4
|
||||||
with:
|
# with:
|
||||||
node-version: ${{ matrix.node-version }}
|
# node-version: ${{ matrix.node-version }}
|
||||||
cache: 'npm'
|
# cache: 'npm'
|
||||||
- name: Install dependencies
|
# - name: Install dependencies
|
||||||
run: npm install
|
# run: npm install
|
||||||
# Actions构建
|
# # Actions构建
|
||||||
- name: Build
|
# - name: Build
|
||||||
run: npm run actions --tag=${{ env.version }}
|
# run: npm run actions --tag=${{ env.version }}
|
||||||
|
|
||||||
# # 上传构建产物zip
|
# # 上传构建产物zip
|
||||||
# - name: Upload artifacts
|
# - name: Upload artifacts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user