Skip to content

Update non-compatible message regarding iOS devices #3

Update non-compatible message regarding iOS devices

Update non-compatible message regarding iOS devices #3

Workflow file for this run

name: Publish to GH Pages
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: '14.16.1'
- name: Cache Node modules
uses: actions/cache@v2
with:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
- name: Install and Build
run: |
npm install
npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build