Skip to content

Commit

Permalink
ci(website): dont bother with reusing workflow (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Mar 25, 2024
1 parent 327b59a commit 651d72d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,13 @@ on:

jobs:
deploy:
uses: catppuccin/catppuccin/.github/workflows/website.yml@main
runs-on: ubuntu-latest
environment: website
name: Vercel Deploy
steps:
- name: Deploy via cURL
shell: bash
env:
DEPLOY_HOOK: ${{ secrets.VERCEL_DEPLOY_HOOK }}
run: curl -X POST "$DEPLOY_HOOK"
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json

0 comments on commit 651d72d

Please sign in to comment.