Skip to content

Bump vite from 4.4.11 to 4.5.2 #86

Bump vite from 4.4.11 to 4.5.2

Bump vite from 4.4.11 to 4.5.2 #86

Workflow file for this run

---
name: Deploy to GitHub Pages
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Install, build, and upload your site
uses: withastro/action@f122c0232093b3504e4c841a46c2eebd07c47392 # v0.3.0
deploy:
if: ${{ github.ref == 'refs/heads/main' }}
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@9dbe3824824f8a1377b8e298bafde1a50ede43e5 # v2.0.4