Skip to content

Bump vite from 5.1.6 to 5.1.7 #164

Bump vite from 5.1.6 to 5.1.7

Bump vite from 5.1.6 to 5.1.7 #164

Workflow file for this run

name: Continuous Integration
on: [push]
jobs:
tests:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Deploy
run: |
if [ "${{ secrets.DEPLOY_HOOK }}" != "" ]; then
curl "${{ secrets.DEPLOY_HOOK }}?event=${{ github.event_name }}&ref=${{ github.ref }}&repo=${{ github.repository }}"
fi