diff --git a/.github/workflows/demo-deploy.yml b/.github/workflows/demo-deploy.yml index acc77c1..ef0ef8d 100644 --- a/.github/workflows/demo-deploy.yml +++ b/.github/workflows/demo-deploy.yml @@ -136,22 +136,6 @@ jobs: cp examples/comprehensive-demo/index.html gh-pages-demo/ cp -r examples/comprehensive-demo/pkg gh-pages-demo/ - # Create a simple index.html redirect to the demo - cat > gh-pages-demo/index.html << 'EOF' - - -
- - -Redirecting to demo...
- - - EOF - # Create a README for the demo cat > gh-pages-demo/README.md << 'EOF' # Leptos ShadCN UI - Comprehensive Demo