Skip to content

Bump vite from 5.4.2 to 5.4.6 #48

Bump vite from 5.4.2 to 5.4.6

Bump vite from 5.4.2 to 5.4.6 #48

Workflow file for this run

name: CI
on:
push:
branches: [ dev ]
workflow_dispatch:
pull_request:
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site
uses: withastro/action@v2
deploy:
if: ${{ github.ref == 'refs/heads/dev' && github.event_name != 'pull_request' && github.repository == 'lyontechhub/lyontechhub.github.io' }}
needs: build
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4