Skip to content

refactor(images): rename recipes image to recipes' ID #19

refactor(images): rename recipes image to recipes' ID

refactor(images): rename recipes image to recipes' ID #19

Workflow file for this run

name: Build & Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
name: Build & Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Create build folder output
run: mkdir -p dist
- name: Install and Build
run: |
npm install
npm run build:web
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist