Skip to content

Commit

Permalink
Merge pull request #22 from DaleStudy/21-marketing-website
Browse files Browse the repository at this point in the history
๋งˆ์ผ€ํŒ… ์›น์‚ฌ์ดํŠธ GitHub Pages ํ˜ธ์ŠคํŒ…
  • Loading branch information
DaleSeo authored Dec 18, 2024
2 parents 5f8807c + ae19266 commit 1824f7f
Show file tree
Hide file tree
Showing 7 changed files with 96 additions and 13,221 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Deployment ๐Ÿšข

on:
push:
branches: [main]
workflow_dispatch:

permissions:
pages: write
id-token: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run build
- uses: actions/configure-pages@v4
- uses: actions/upload-pages-artifact@v3
with:
path: "./dist"
- uses: actions/deploy-pages@v4
id: deployment
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>Dale UI</title>
</head>
<body>
<div id="root"></div>
Expand Down
Loading

0 comments on commit 1824f7f

Please sign in to comment.