editing the wrong file
This commit is contained in:
12
.github/workflows/build_push.yml
vendored
12
.github/workflows/build_push.yml
vendored
@@ -4,9 +4,11 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build artifacts and deploy preview
|
||||
needs: check_wrapper
|
||||
if: "!startsWith(github.event.head_commit.message, '[SKIP CI]')"
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -23,9 +25,17 @@ jobs:
|
||||
path: master
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Cache node_modules
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
**/node_modules
|
||||
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
|
||||
|
||||
- name: Build webUI
|
||||
run: |
|
||||
cd master
|
||||
yarn install
|
||||
yarn build
|
||||
cd build
|
||||
zip -9 -r "../Tachidesk-WebUI-r$(git rev-list HEAD --count)" *
|
||||
@@ -56,4 +66,4 @@ jobs:
|
||||
artifacts: "master/*.zip"
|
||||
owner: "Suwayomi"
|
||||
repo: "Tachidesk-WebUI-preview"
|
||||
tag: ${{ steps.GenTagName.outputs.value }}
|
||||
tag: ${{ steps.GenTagName.outputs.value }}
|
||||
Reference in New Issue
Block a user