Skip to content

Commit

Permalink
ci: add deploy website workflow (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Mar 24, 2024
1 parent 92adf66 commit 327b59a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Deploy Website

on:
workflow_dispatch:
push:
branches: ["main"]
paths: ["scripts/userstyles.yml"]

jobs:
deploy:
uses: catppuccin/catppuccin/.github/workflows/website.yml@main
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json

0 comments on commit 327b59a

Please sign in to comment.