Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Build and Deploy

Build and Deploy #3554

Workflow file for this run

name: Build and Deploy
on:
schedule:
- cron: "0 7 * * 1-5"
workflow_dispatch:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install and Build
run: |
npm ci --omit=dev --ignore-scripts
NODE_ENV=production npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: reviews