Skip to content

build(deps-dev): bump vite from 4.4.11 to 4.5.3 #8

build(deps-dev): bump vite from 4.4.11 to 4.5.3

build(deps-dev): bump vite from 4.4.11 to 4.5.3 #8

Workflow file for this run

name: Build and Deploy
on: [push]
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:

Check failure on line 8 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
- name: Checkout
uses: actions/checkout@v4
- name: Install
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: npm install
- name: Build
run: npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs