Skip to content

Commit

Permalink
Merge pull request #3 from Mukul1127/tailwindv4
Browse files Browse the repository at this point in the history
  • Loading branch information
Balackburn authored Feb 7, 2025
2 parents 6743089 + e54aa0a commit 60a80ce
Show file tree
Hide file tree
Showing 9 changed files with 1,119 additions and 1,839 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy to GitHub Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ['main']
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -27,21 +27,21 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- name: Setup Pages
uses: actions/configure-pages@v4

- name: Install dependencies
run: bun install

- name: Build with Vite
run: bun run build

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand All @@ -57,4 +57,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
671 changes: 467 additions & 204 deletions index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 60a80ce

Please sign in to comment.