Skip to content

Bump prettier-plugin-svelte from 3.2.3 to 3.3.2 #350

Bump prettier-plugin-svelte from 3.2.3 to 3.3.2

Bump prettier-plugin-svelte from 3.2.3 to 3.3.2 #350

Workflow file for this run

# This is a basic workflow to automatically build a Sveltekit app and deploy it to GitHub Pages
name: Build & Deploy to GitHub Pages
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
repository_dispatch:
types: [deploy-prod]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install and Build
run: |
npm install
npm run build
- name: Deploy to GitHub Pages
if: ${{ github.ref == 'refs/heads/master' }}
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build