Skip to content

Commit

Permalink
Revert "remove old index.html"
Browse files Browse the repository at this point in the history
This reverts commit d465c21.
  • Loading branch information
tamjidrahman committed Nov 12, 2024
1 parent d465c21 commit 8f60136
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,20 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"

- name: Install dependencies and build project
run: |
yarn install
yarn build
- name: Setup Pages
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: "./build"

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" sizes="32x32" href="https://duckdb.org/images/favicon/favicon-32x32.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Web DuckDB</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>

0 comments on commit 8f60136

Please sign in to comment.