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
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 🛠