From 8f601363a4b6e86b0000cfdc81766cc40f39d3a1 Mon Sep 17 00:00:00 2001 From: Tamjid Rahman Date: Tue, 12 Nov 2024 17:14:21 -0500 Subject: [PATCH] Revert "remove old index.html" This reverts commit d465c21f70d4fdc29cf2b9e8e6a73576bd191d09. --- .github/workflows/static.yml | 5 ----- index.html | 13 +++++++++++++ 2 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 index.html diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 7e0314e..62f2b17 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -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 diff --git a/index.html b/index.html new file mode 100644 index 0000000..b48db74 --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + + Web DuckDB + + +
+ + +