Skip to content

Bump vite from 4.5.0 to 4.5.1 (#396) #6

Bump vite from 4.5.0 to 4.5.1 (#396)

Bump vite from 4.5.0 to 4.5.1 (#396) #6

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
env:
STRAPI_URL: https://saf-site-backend.herokuapp.com
GQL_HOST: https://saf-site-backend.herokuapp.com/graphql
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
yarn install
yarn generate
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
clean: true # CNAME and .nojekyll shouldn't be cleaned with this
folder: .output/public # The folder the action should deploy.