1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 13:35:23 +02:00

chore: fix demo links (#1639)

* remove matrix builds

* replace beta.mealie.io w/ demo.mealie.io
This commit is contained in:
Hayden 2022-09-12 13:07:51 -08:00 committed by GitHub
parent 5337eaf1aa
commit b56b987f5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 31 deletions

View file

@ -5,12 +5,7 @@ on:
jobs:
lint:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎
@ -19,7 +14,7 @@ jobs:
- name: Setup node env 🏗
uses: actions/setup-node@v2.1.5
with:
node-version: ${{ matrix.node }}
node-version: 16
check-latest: true
- name: Get yarn cache directory path 🛠
@ -44,12 +39,7 @@ jobs:
working-directory: "frontend"
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎
@ -58,7 +48,7 @@ jobs:
- name: Setup node env 🏗
uses: actions/setup-node@v2.1.5
with:
node-version: ${{ matrix.node }}
node-version: 16
check-latest: true
- name: Get yarn cache directory path 🛠