Skip to content

refactor(seventv): cleanup (#1548) #82

refactor(seventv): cleanup (#1548)

refactor(seventv): cleanup (#1548) #82

Workflow file for this run

name: Deploy Website
on:
workflow_dispatch:
push:
branches: [main]
paths: ["scripts/userstyles.yml"]
jobs:
deploy:
if: github.repository == 'catppuccin/userstyles'
runs-on: ubuntu-latest
environment: website
steps:
- name: Deploy via cURL
shell: bash
env:
DEPLOY_HOOK: ${{ secrets.VERCEL_DEPLOY_HOOK }}
run: curl -X POST "$DEPLOY_HOOK"