Skip to content

Commit 60a80ce

Browse files
authored
Merge pull request #3 from Mukul1127/tailwindv4
2 parents 6743089 + e54aa0a commit 60a80ce

9 files changed

Lines changed: 1119 additions & 1839 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy to GitHub Pages
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ['main']
7+
branches: ["main"]
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:
@@ -27,21 +27,21 @@ jobs:
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v4
30-
30+
3131
- name: Setup Bun
3232
uses: oven-sh/setup-bun@v1
3333
with:
3434
bun-version: latest
3535

3636
- name: Setup Pages
3737
uses: actions/configure-pages@v4
38-
38+
3939
- name: Install dependencies
4040
run: bun install
41-
41+
4242
- name: Build with Vite
4343
run: bun run build
44-
44+
4545
- name: Upload artifact
4646
uses: actions/upload-pages-artifact@v3
4747
with:
@@ -57,4 +57,4 @@ jobs:
5757
steps:
5858
- name: Deploy to GitHub Pages
5959
id: deployment
60-
uses: actions/deploy-pages@v4
60+
uses: actions/deploy-pages@v4

index.html

Lines changed: 467 additions & 204 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)