Skip to content

Change layout for landscape orientation #8

Change layout for landscape orientation

Change layout for landscape orientation #8

Workflow file for this run

name: Build & Deploy
on:
push:
branches:
- master
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 'v16.13.2'
registry-url: 'https://registry.npmjs.org'
- name: Install & Build
run: |
npm ci
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist