Skip to content

New interior images (#54) #70

New interior images (#54)

New interior images (#54) #70

Workflow file for this run

name: Github Pages Deploy
on:
push:
branches:
- "master"
jobs:
# test:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# - name: Install
# run: npm install
# - name: Test
# run: npm run test
build-and-deploy:
runs-on: ubuntu-latest
#needs: test
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: npm install
- name: Build
run: npm run prod
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.